Html Css Color HEX #0CDB9A Caribbean Green

📋 copy color: '#0CDB9A'

red 12 ◦ green 219 ◦ blue 154

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

Shades of Caribbean Green #0CDB9A

Tints of Caribbean Green #0CDB9A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 56.88%

 BLUE value IS 154 (60.55% from 255) = 40%

R = 3.12%
G = 56.88%
B = 40%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#0CDB9A (or 0x0CDB9A) is known color: Caribbean Green. HEX triplet: 0C, DB and 9A. RGB value is (12,219,154). Sum of RGB (Red+Green+Blue) = 12+219+154=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 219 (85.94% from 255 or 56.88% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDB9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDB9A is #F32465. Grayscale: #959595. Windows color (decimal): -15934566 or 10148620. OLE color: 10148620.

HSL color Cylindrical-coordinate representation of color #0CDB9A: hue angle of 161.16º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDB9A is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 219 154 -
CMYK 0.95 0 0.30 0.14
HSL 161.16º 0.9% 0.45% -
HSV(B) 161.16º 0.95% 0.86% -
XYZ 31.32 53.07 39.17 -
YUV 149.7 130.42 29.79 -
System Red Green Blue C M Y K H S L
Decimal 12 219 154 0.95 0 0.30 0.14 161.16 0.9 0.45
Hex C DB 9A 5F 0 1E E A1 5A 2D
Octal 14 333 232 137 0 36 16 241 132 55
Binary 1100 11011011 10011010 1011111 0 11110 1110 10100001 1011010 101101

Color Harmonies of #0CDB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDB9A

Black with #0CDB9A

Text Example


Text Example

White with #0CDB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,219,154); }

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

background-color css

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

 a { background-color: rgb(12,219,154); }

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

border-color css

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

 span { border-color: rgb(12,219,154); }

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