Html Css Color HEX #0CD9AC Caribbean Green

📋 copy color: '#0CD9AC'

red 12 ◦ green 217 ◦ blue 172

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

Shades of Caribbean Green #0CD9AC

Tints of Caribbean Green #0CD9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 2.99%
G = 54.11%
B = 42.89%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#0CD9AC (or 0x0CD9AC) is known color: Caribbean Green. HEX triplet: 0C, D9 and AC. RGB value is (12,217,172). Sum of RGB (Red+Green+Blue) = 12+217+172=401 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.99% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD9AC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD9AC is #F32653. Grayscale: #969696. Windows color (decimal): -15935060 or 11327756. OLE color: 11327756.

HSL color Cylindrical-coordinate representation of color #0CD9AC: hue angle of 166.83º 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 #0CD9AC is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 217 172 -
CMYK 0.94 0 0.21 0.15
HSL 166.83º 0.9% 0.45% -
HSV(B) 166.83º 0.94% 0.85% -
XYZ 32.41 52.68 47.49 -
YUV 150.58 140.08 29.16 -
System Red Green Blue C M Y K H S L
Decimal 12 217 172 0.94 0 0.21 0.15 166.83 0.9 0.45
Hex C D9 AC 5E 0 15 F A7 5A 2D
Octal 14 331 254 136 0 25 17 247 132 55
Binary 1100 11011001 10101100 1011110 0 10101 1111 10100111 1011010 101101

Color Harmonies of #0CD9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD9AC

Black with #0CD9AC

Text Example


Text Example

White with #0CD9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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