Html Css Color HEX #0CC7AA Caribbean Green

📋 copy color: '#0CC7AA'

red 12 ◦ green 199 ◦ blue 170

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

Shades of Caribbean Green #0CC7AA

Tints of Caribbean Green #0CC7AA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 52.23%

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

R = 3.15%
G = 52.23%
B = 44.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#0CC7AA (or 0x0CC7AA) is known color: Caribbean Green. HEX triplet: 0C, C7 and AA. RGB value is (12,199,170). Sum of RGB (Red+Green+Blue) = 12+199+170=381 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.15% from 381); Green value is 199 (78.12% from 255 or 52.23% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 199 - color contains mainly: green. Hex color #0CC7AA is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC7AA is #F33855. Grayscale: #8B8B8B. Windows color (decimal): -15939670 or 11192076. OLE color: 11192076.

HSL color Cylindrical-coordinate representation of color #0CC7AA: hue angle of 170.7º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CC7AA is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB 12 199 170 -
CMYK 0.94 0 0.15 0.22
HSL 170.7º 0.89% 0.41% -
HSV(B) 170.7º 0.94% 0.78% -
XYZ 27.83 43.83 45.02 -
YUV 139.78 145.05 36.86 -
System Red Green Blue C M Y K H S L
Decimal 12 199 170 0.94 0 0.15 0.22 170.7 0.89 0.41
Hex C C7 AA 5E 0 F 16 AB 59 29
Octal 14 307 252 136 0 17 26 253 131 51
Binary 1100 11000111 10101010 1011110 0 1111 10110 10101011 1011001 101001

Color Harmonies of #0CC7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC7AA

Black with #0CC7AA

Text Example


Text Example

White with #0CC7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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