Html Css Color HEX #0AB99E Caribbean Green

📋 copy color: '#0AB99E'

red 10 ◦ green 185 ◦ blue 158

#0AB99E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #0AB99E

Tints of Caribbean Green #0AB99E

RGB

 RED value IS 10 (4.3% from 255) = 2.83%

 GREEN value IS 185 (72.66% from 255) = 52.41%

 BLUE value IS 158 (62.11% from 255) = 44.76%

R = 2.83%
G = 52.41%
B = 44.76%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0AB99E (or 0x0AB99E) is known color: Caribbean Green. HEX triplet: 0A, B9 and 9E. RGB value is (10,185,158). Sum of RGB (Red+Green+Blue) = 10+185+158=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 185 (72.66% from 255 or 52.41% from 353); Blue value is 158 (62.11% from 255 or 44.76% from 353); Max value from RGB is 185 - color contains mainly: green. Hex color #0AB99E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AB99E is #F54661. Grayscale: #818181. Windows color (decimal): -16074338 or 10402058. OLE color: 10402058.

HSL color Cylindrical-coordinate representation of color #0AB99E: hue angle of 170.74º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AB99E is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 185 158 -
CMYK 0.95 0 0.15 0.27
HSL 170.74º 0.9% 0.38% -
HSV(B) 170.74º 0.95% 0.73% -
XYZ 23.65 37.23 38.29 -
YUV 129.6 144.02 42.7 -
System Red Green Blue C M Y K H S L
Decimal 10 185 158 0.95 0 0.15 0.27 170.74 0.9 0.38
Hex A B9 9E 5F 0 F 1B AB 5A 26
Octal 12 271 236 137 0 17 33 253 132 46
Binary 1010 10111001 10011110 1011111 0 1111 11011 10101011 1011010 100110

Color Harmonies of #0AB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AB99E

Black with #0AB99E

Text Example


Text Example

White with #0AB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AB99E; }

 p { color: rgb(10,185,158); }

 H1.HeaderClassName
 {
   color: #0AB99E;
 }
 .AnyTagClassName
 {
   color: #0AB99E;
 }
</style>

background-color css

<style>
 a { background-color: #0AB99E; }

 a { background-color: rgb(10,185,158); }

 div.DivClassName
 {
   background-color: #0AB99E;
 }
 .BgClassName
 {
   background-color: #0AB99E;
 }
</style>

border-color css

<style>
 span { border-color: #0AB99E; }

 span { border-color: rgb(10,185,158); }

 td.TdClassName
 {
   border-color: #0AB99E;
 }
 .TagClassName
 {
   border-color: #0AB99E;
 }
</style>