Html Css Color HEX #0CD5AD Caribbean Green

📋 copy color: '#0CD5AD'

red 12 ◦ green 213 ◦ blue 173

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

Shades of Caribbean Green #0CD5AD

Tints of Caribbean Green #0CD5AD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.52%

 BLUE value IS 173 (67.97% from 255) = 43.47%

R = 3.02%
G = 53.52%
B = 43.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#0CD5AD (or 0x0CD5AD) is known color: Caribbean Green. HEX triplet: 0C, D5 and AD. RGB value is (12,213,173). Sum of RGB (Red+Green+Blue) = 12+213+173=398 (52% of max value = 765). Red value is 12 (5.08% from 255 or 3.02% from 398); Green value is 213 (83.59% from 255 or 53.52% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 213 - color contains mainly: green. Hex color #0CD5AD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CD5AD is #F32A52. Grayscale: #949494. Windows color (decimal): -15936083 or 11392268. OLE color: 11392268.

HSL color Cylindrical-coordinate representation of color #0CD5AD: hue angle of 168.06º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CD5AD is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 12 213 173 -
CMYK 0.94 0 0.19 0.16
HSL 168.06º 0.89% 0.44% -
HSV(B) 168.06º 0.94% 0.84% -
XYZ 31.49 50.68 47.66 -
YUV 148.34 141.91 30.75 -
System Red Green Blue C M Y K H S L
Decimal 12 213 173 0.94 0 0.19 0.16 168.06 0.89 0.44
Hex C D5 AD 5E 0 13 10 A8 59 2C
Octal 14 325 255 136 0 23 20 250 131 54
Binary 1100 11010101 10101101 1011110 0 10011 10000 10101000 1011001 101100

Color Harmonies of #0CD5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CD5AD

Black with #0CD5AD

Text Example


Text Example

White with #0CD5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,213,173); }

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

background-color css

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

 a { background-color: rgb(12,213,173); }

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

border-color css

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

 span { border-color: rgb(12,213,173); }

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