Html Css Color HEX #0CCAAF Caribbean Green

📋 copy color: '#0CCAAF'

red 12 ◦ green 202 ◦ blue 175

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

Shades of Caribbean Green #0CCAAF

Tints of Caribbean Green #0CCAAF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 51.93%

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

R = 3.08%
G = 51.93%
B = 44.99%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#0CCAAF (or 0x0CCAAF) is known color: Caribbean Green. HEX triplet: 0C, CA and AF. RGB value is (12,202,175). Sum of RGB (Red+Green+Blue) = 12+202+175=389 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCAAF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CCAAF is #F33550. Grayscale: #8E8E8E. Windows color (decimal): -15938897 or 11520524. OLE color: 11520524.

HSL color Cylindrical-coordinate representation of color #0CCAAF: hue angle of 171.47º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCAAF is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 202 175 -
CMYK 0.94 0 0.13 0.21
HSL 171.47º 0.89% 0.42% -
HSV(B) 171.47º 0.94% 0.79% -
XYZ 29.01 45.41 47.79 -
YUV 142.11 146.55 35.2 -
System Red Green Blue C M Y K H S L
Decimal 12 202 175 0.94 0 0.13 0.21 171.47 0.89 0.42
Hex C CA AF 5E 0 D 15 AB 59 2A
Octal 14 312 257 136 0 15 25 253 131 52
Binary 1100 11001010 10101111 1011110 0 1101 10101 10101011 1011001 101010

Color Harmonies of #0CCAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCAAF

Black with #0CCAAF

Text Example


Text Example

White with #0CCAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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