Html Css Color HEX #0ABB9C Caribbean Green

📋 copy color: '#0ABB9C'

red 10 ◦ green 187 ◦ blue 156

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

Shades of Caribbean Green #0ABB9C

Tints of Caribbean Green #0ABB9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.19%

R = 2.83%
G = 52.97%
B = 44.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#0ABB9C (or 0x0ABB9C) is known color: Caribbean Green. HEX triplet: 0A, BB and 9C. RGB value is (10,187,156). Sum of RGB (Red+Green+Blue) = 10+187+156=353 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.83% from 353); Green value is 187 (73.44% from 255 or 52.97% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 187 - color contains mainly: green. Hex color #0ABB9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABB9C is #F54463. Grayscale: #828282. Windows color (decimal): -16073828 or 10271498. OLE color: 10271498.

HSL color Cylindrical-coordinate representation of color #0ABB9C: hue angle of 169.49º 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 #0ABB9C is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 10 187 156 -
CMYK 0.95 0 0.17 0.27
HSL 169.49º 0.9% 0.39% -
HSV(B) 169.49º 0.95% 0.73% -
XYZ 23.9 38.01 37.53 -
YUV 130.54 142.36 42.02 -
System Red Green Blue C M Y K H S L
Decimal 10 187 156 0.95 0 0.17 0.27 169.49 0.9 0.39
Hex A BB 9C 5F 0 11 1B A9 5A 27
Octal 12 273 234 137 0 21 33 251 132 47
Binary 1010 10111011 10011100 1011111 0 10001 11011 10101001 1011010 100111

Color Harmonies of #0ABB9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABB9C

Black with #0ABB9C

Text Example


Text Example

White with #0ABB9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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