Html Css Color HEX #0CD9A8 Caribbean Green

📋 copy color: '#0CD9A8'

red 12 ◦ green 217 ◦ blue 168

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

Shades of Caribbean Green #0CD9A8

Tints of Caribbean Green #0CD9A8

RGB

 RED value IS 12 (5.08% from 255) = 3.02%

 GREEN value IS 217 (85.16% from 255) = 54.66%

 BLUE value IS 168 (66.02% from 255) = 42.32%

R = 3.02%
G = 54.66%
B = 42.32%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#0CD9A8 (or 0x0CD9A8) is known color: Caribbean Green. HEX triplet: 0C, D9 and A8. RGB value is (12,217,168). Sum of RGB (Red+Green+Blue) = 12+217+168=397 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 397); Green value is 217 (85.16% from 255 or 54.66% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD9A8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD9A8 is #F32657. Grayscale: #969696. Windows color (decimal): -15935064 or 11065612. OLE color: 11065612.

HSL color Cylindrical-coordinate representation of color #0CD9A8: hue angle of 165.66º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD9A8 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 217 168 -
CMYK 0.94 0 0.23 0.15
HSL 165.66º 0.9% 0.45% -
HSV(B) 165.66º 0.94% 0.85% -
XYZ 32.03 52.53 45.5 -
YUV 150.12 138.08 29.48 -
System Red Green Blue C M Y K H S L
Decimal 12 217 168 0.94 0 0.23 0.15 165.66 0.9 0.45
Hex C D9 A8 5E 0 17 F A6 5A 2D
Octal 14 331 250 136 0 27 17 246 132 55
Binary 1100 11011001 10101000 1011110 0 10111 1111 10100110 1011010 101101

Color Harmonies of #0CD9A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD9A8

Black with #0CD9A8

Text Example


Text Example

White with #0CD9A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,217,168); }

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

background-color css

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

 a { background-color: rgb(12,217,168); }

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

border-color css

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

 span { border-color: rgb(12,217,168); }

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