Html Css Color HEX #0ABD9C Caribbean Green

📋 copy color: '#0ABD9C'

red 10 ◦ green 189 ◦ blue 156

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

Shades of Caribbean Green #0ABD9C

Tints of Caribbean Green #0ABD9C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.24%

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

R = 2.82%
G = 53.24%
B = 43.94%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#0ABD9C (or 0x0ABD9C) is known color: Caribbean Green. HEX triplet: 0A, BD and 9C. RGB value is (10,189,156). Sum of RGB (Red+Green+Blue) = 10+189+156=355 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.82% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #0ABD9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABD9C is #F54263. Grayscale: #838383. Windows color (decimal): -16073316 or 10272010. OLE color: 10272010.

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

Color convert

RGB 10 189 156 -
CMYK 0.95 0 0.17 0.26
HSL 168.94º 0.9% 0.39% -
HSV(B) 168.94º 0.95% 0.74% -
XYZ 24.32 38.86 37.67 -
YUV 131.72 141.7 41.18 -
System Red Green Blue C M Y K H S L
Decimal 10 189 156 0.95 0 0.17 0.26 168.94 0.9 0.39
Hex A BD 9C 5F 0 11 1A A9 5A 27
Octal 12 275 234 137 0 21 32 251 132 47
Binary 1010 10111101 10011100 1011111 0 10001 11010 10101001 1011010 100111

Color Harmonies of #0ABD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABD9C

Black with #0ABD9C

Text Example


Text Example

White with #0ABD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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