Html Css Color HEX #0CD19D Caribbean Green

📋 copy color: '#0CD19D'

red 12 ◦ green 209 ◦ blue 157

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

Shades of Caribbean Green #0CD19D

Tints of Caribbean Green #0CD19D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 55.29%

 BLUE value IS 157 (61.72% from 255) = 41.53%

R = 3.17%
G = 55.29%
B = 41.53%

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

#0CD19D (or 0x0CD19D) is known color: Caribbean Green. HEX triplet: 0C, D1 and 9D. RGB value is (12,209,157). Sum of RGB (Red+Green+Blue) = 12+209+157=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 209 (82.03% from 255 or 55.29% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 209 - color contains mainly: green. Hex color #0CD19D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD19D is #F32E62. Grayscale: #909090. Windows color (decimal): -15937123 or 10342668. OLE color: 10342668.

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

Color convert

RGB 12 209 157 -
CMYK 0.94 0 0.25 0.18
HSL 164.16º 0.89% 0.43% -
HSV(B) 164.16º 0.94% 0.82% -
XYZ 29.04 48.11 39.65 -
YUV 144.17 135.23 33.73 -
System Red Green Blue C M Y K H S L
Decimal 12 209 157 0.94 0 0.25 0.18 164.16 0.89 0.43
Hex C D1 9D 5E 0 19 12 A4 59 2B
Octal 14 321 235 136 0 31 22 244 131 53
Binary 1100 11010001 10011101 1011110 0 11001 10010 10100100 1011001 101011

Color Harmonies of #0CD19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD19D

Black with #0CD19D

Text Example


Text Example

White with #0CD19D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,209,157); }

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

background-color css

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

 a { background-color: rgb(12,209,157); }

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

border-color css

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

 span { border-color: rgb(12,209,157); }

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