Html Css Color HEX #0CDDAF Caribbean Green

📋 copy color: '#0CDDAF'

red 12 ◦ green 221 ◦ blue 175

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

Shades of Caribbean Green #0CDDAF

Tints of Caribbean Green #0CDDAF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.17%

 BLUE value IS 175 (68.75% from 255) = 42.89%

R = 2.94%
G = 54.17%
B = 42.89%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#0CDDAF (or 0x0CDDAF) is known color: Caribbean Green. HEX triplet: 0C, DD and AF. RGB value is (12,221,175). Sum of RGB (Red+Green+Blue) = 12+221+175=408 (54% of max value = 765). Red value is 12 (5.08% from 255 or 2.94% from 408); Green value is 221 (86.72% from 255 or 54.17% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDDAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDDAF is #F32250. Grayscale: #999999. Windows color (decimal): -15934033 or 11525388. OLE color: 11525388.

HSL color Cylindrical-coordinate representation of color #0CDDAF: hue angle of 166.79º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CDDAF is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 221 175 -
CMYK 0.95 0 0.21 0.13
HSL 166.79º 0.9% 0.46% -
HSV(B) 166.79º 0.95% 0.87% -
XYZ 33.75 54.89 49.37 -
YUV 153.27 140.26 27.24 -
System Red Green Blue C M Y K H S L
Decimal 12 221 175 0.95 0 0.21 0.13 166.79 0.9 0.46
Hex C DD AF 5F 0 15 D A7 5A 2E
Octal 14 335 257 137 0 25 15 247 132 56
Binary 1100 11011101 10101111 1011111 0 10101 1101 10100111 1011010 101110

Color Harmonies of #0CDDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDDAF

Black with #0CDDAF

Text Example


Text Example

White with #0CDDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,221,175); }

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

background-color css

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

 a { background-color: rgb(12,221,175); }

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

border-color css

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

 span { border-color: rgb(12,221,175); }

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