Html Css Color HEX #0CD09C Caribbean Green

📋 copy color: '#0CD09C'

red 12 ◦ green 208 ◦ blue 156

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

Shades of Caribbean Green #0CD09C

Tints of Caribbean Green #0CD09C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.32%

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

R = 3.19%
G = 55.32%
B = 41.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#0CD09C (or 0x0CD09C) is known color: Caribbean Green. HEX triplet: 0C, D0 and 9C. RGB value is (12,208,156). Sum of RGB (Red+Green+Blue) = 12+208+156=376 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.19% from 376); Green value is 208 (81.64% from 255 or 55.32% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 208 - color contains mainly: green. Hex color #0CD09C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD09C is #F32F63. Grayscale: #8F8F8F. Windows color (decimal): -15937380 or 10276876. OLE color: 10276876.

HSL color Cylindrical-coordinate representation of color #0CD09C: hue angle of 164.08º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD09C is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 12 208 156 -
CMYK 0.94 0 0.25 0.18
HSL 164.08º 0.89% 0.43% -
HSV(B) 164.08º 0.94% 0.82% -
XYZ 28.71 47.59 39.13 -
YUV 143.47 135.07 34.23 -
System Red Green Blue C M Y K H S L
Decimal 12 208 156 0.94 0 0.25 0.18 164.08 0.89 0.43
Hex C D0 9C 5E 0 19 12 A4 59 2B
Octal 14 320 234 136 0 31 22 244 131 53
Binary 1100 11010000 10011100 1011110 0 11001 10010 10100100 1011001 101011

Color Harmonies of #0CD09C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD09C

Black with #0CD09C

Text Example


Text Example

White with #0CD09C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,208,156); }

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

background-color css

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

 a { background-color: rgb(12,208,156); }

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

border-color css

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

 span { border-color: rgb(12,208,156); }

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