Html Css Color HEX #0CC997 Caribbean Green

📋 copy color: '#0CC997'

red 12 ◦ green 201 ◦ blue 151

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

Shades of Caribbean Green #0CC997

Tints of Caribbean Green #0CC997

RGB

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

 GREEN value IS 201 (78.91% from 255) = 55.22%

 BLUE value IS 151 (59.38% from 255) = 41.48%

R = 3.3%
G = 55.22%
B = 41.48%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#0CC997 (or 0x0CC997) is known color: Caribbean Green. HEX triplet: 0C, C9 and 97. RGB value is (12,201,151). Sum of RGB (Red+Green+Blue) = 12+201+151=364 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.30% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #0CC997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0CC997 is #F33668. Grayscale: #8A8A8A. Windows color (decimal): -15939177 or 9947404. OLE color: 9947404.

HSL color Cylindrical-coordinate representation of color #0CC997: hue angle of 164.13º 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 #0CC997 is Cyan = 0.94, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 201 151 -
CMYK 0.94 0 0.25 0.21
HSL 164.13º 0.89% 0.42% -
HSV(B) 164.13º 0.94% 0.79% -
XYZ 26.62 44.09 36.38 -
YUV 138.79 134.88 37.57 -
System Red Green Blue C M Y K H S L
Decimal 12 201 151 0.94 0 0.25 0.21 164.13 0.89 0.42
Hex C C9 97 5E 0 19 15 A4 59 2A
Octal 14 311 227 136 0 31 25 244 131 52
Binary 1100 11001001 10010111 1011110 0 11001 10101 10100100 1011001 101010

Color Harmonies of #0CC997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CC997

Black with #0CC997

Text Example


Text Example

White with #0CC997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,201,151); }

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

background-color css

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

 a { background-color: rgb(12,201,151); }

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

border-color css

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

 span { border-color: rgb(12,201,151); }

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