Html Css Color HEX #0CDBA6 Caribbean Green

📋 copy color: '#0CDBA6'

red 12 ◦ green 219 ◦ blue 166

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

Shades of Caribbean Green #0CDBA6

Tints of Caribbean Green #0CDBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.81%

R = 3.02%
G = 55.16%
B = 41.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#0CDBA6 (or 0x0CDBA6) is known color: Caribbean Green. HEX triplet: 0C, DB and A6. RGB value is (12,219,166). Sum of RGB (Red+Green+Blue) = 12+219+166=397 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 397); Green value is 219 (85.94% from 255 or 55.16% from 397); Blue value is 166 (65.23% from 255 or 41.81% from 397); Max value from RGB is 219 - color contains mainly: green. Hex color #0CDBA6 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDBA6 is #F32459. Grayscale: #979797. Windows color (decimal): -15934554 or 10935052. OLE color: 10935052.

HSL color Cylindrical-coordinate representation of color #0CDBA6: hue angle of 164.64º 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 #0CDBA6 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 219 166 -
CMYK 0.95 0 0.24 0.14
HSL 164.64º 0.9% 0.45% -
HSV(B) 164.64º 0.95% 0.86% -
XYZ 32.37 53.49 44.7 -
YUV 151.07 136.42 28.81 -
System Red Green Blue C M Y K H S L
Decimal 12 219 166 0.95 0 0.24 0.14 164.64 0.9 0.45
Hex C DB A6 5F 0 18 E A5 5A 2D
Octal 14 333 246 137 0 30 16 245 132 55
Binary 1100 11011011 10100110 1011111 0 11000 1110 10100101 1011010 101101

Color Harmonies of #0CDBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDBA6

Black with #0CDBA6

Text Example


Text Example

White with #0CDBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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