Html Css Color HEX #0ABB9E Caribbean Green

📋 copy color: '#0ABB9E'

red 10 ◦ green 187 ◦ blue 158

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

Shades of Caribbean Green #0ABB9E

Tints of Caribbean Green #0ABB9E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.68%

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

R = 2.82%
G = 52.68%
B = 44.51%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.16

 K value IS 0.27

RGB Variations

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

Color information

#0ABB9E (or 0x0ABB9E) is known color: Caribbean Green. HEX triplet: 0A, BB and 9E. RGB value is (10,187,158). Sum of RGB (Red+Green+Blue) = 10+187+158=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB9E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABB9E is #F54461. Grayscale: #828282. Windows color (decimal): -16073826 or 10402570. OLE color: 10402570.

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

Color convert

RGB 10 187 158 -
CMYK 0.95 0 0.16 0.27
HSL 170.17º 0.9% 0.39% -
HSV(B) 170.17º 0.95% 0.73% -
XYZ 24.07 38.07 38.43 -
YUV 130.77 143.36 41.86 -
System Red Green Blue C M Y K H S L
Decimal 10 187 158 0.95 0 0.16 0.27 170.17 0.9 0.39
Hex A BB 9E 5F 0 10 1B AA 5A 27
Octal 12 273 236 137 0 20 33 252 132 47
Binary 1010 10111011 10011110 1011111 0 10000 11011 10101010 1011010 100111

Color Harmonies of #0ABB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABB9E

Black with #0ABB9E

Text Example


Text Example

White with #0ABB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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