Html Css Color HEX #0CD9B0 Caribbean Green

📋 copy color: '#0CD9B0'

red 12 ◦ green 217 ◦ blue 176

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

Shades of Caribbean Green #0CD9B0

Tints of Caribbean Green #0CD9B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 43.46%

R = 2.96%
G = 53.58%
B = 43.46%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#0CD9B0 (or 0x0CD9B0) is known color: Caribbean Green. HEX triplet: 0C, D9 and B0. RGB value is (12,217,176). Sum of RGB (Red+Green+Blue) = 12+217+176=405 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #0CD9B0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD9B0 is #F3264F. Grayscale: #969696. Windows color (decimal): -15935056 or 11589900. OLE color: 11589900.

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

Color convert

RGB 12 217 176 -
CMYK 0.94 0 0.19 0.15
HSL 168º 0.9% 0.45% -
HSV(B) 168º 0.94% 0.85% -
XYZ 32.8 52.84 49.54 -
YUV 151.03 142.08 28.83 -
System Red Green Blue C M Y K H S L
Decimal 12 217 176 0.94 0 0.19 0.15 168 0.9 0.45
Hex C D9 B0 5E 0 13 F A8 5A 2D
Octal 14 331 260 136 0 23 17 250 132 55
Binary 1100 11011001 10110000 1011110 0 10011 1111 10101000 1011010 101101

Color Harmonies of #0CD9B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD9B0

Black with #0CD9B0

Text Example


Text Example

White with #0CD9B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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