Html Css Color HEX #0CDFAA Caribbean Green

📋 copy color: '#0CDFAA'

red 12 ◦ green 223 ◦ blue 170

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

Shades of Caribbean Green #0CDFAA

Tints of Caribbean Green #0CDFAA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 55.06%

 BLUE value IS 170 (66.8% from 255) = 41.98%

R = 2.96%
G = 55.06%
B = 41.98%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#0CDFAA (or 0x0CDFAA) is known color: Caribbean Green. HEX triplet: 0C, DF and AA. RGB value is (12,223,170). Sum of RGB (Red+Green+Blue) = 12+223+170=405 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 405); Green value is 223 (87.5% from 255 or 55.06% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 223 - color contains mainly: green. Hex color #0CDFAA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CDFAA is #F32055. Grayscale: #999999. Windows color (decimal): -15933526 or 11198220. OLE color: 11198220.

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

Color convert

RGB 12 223 170 -
CMYK 0.95 0 0.24 0.13
HSL 164.93º 0.9% 0.46% -
HSV(B) 164.93º 0.95% 0.87% -
XYZ 33.79 55.76 47.01 -
YUV 153.87 137.1 26.81 -
System Red Green Blue C M Y K H S L
Decimal 12 223 170 0.95 0 0.24 0.13 164.93 0.9 0.46
Hex C DF AA 5F 0 18 D A5 5A 2E
Octal 14 337 252 137 0 30 15 245 132 56
Binary 1100 11011111 10101010 1011111 0 11000 1101 10100101 1011010 101110

Color Harmonies of #0CDFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDFAA

Black with #0CDFAA

Text Example


Text Example

White with #0CDFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,223,170); }

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

background-color css

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

 a { background-color: rgb(12,223,170); }

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

border-color css

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

 span { border-color: rgb(12,223,170); }

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