Html Css Color HEX #01C997 Caribbean Green

📋 copy color: '#01C997'

red 1 ◦ green 201 ◦ blue 151

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

Shades of Caribbean Green #01C997

Tints of Caribbean Green #01C997

RGB

 RED value IS 1 (0.78% from 255) = 0.28%

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

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

R = 0.28%
G = 56.94%
B = 42.78%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#01C997 (or 0x01C997) is known color: Caribbean Green. HEX triplet: 01, C9 and 97. RGB value is (1,201,151). Sum of RGB (Red+Green+Blue) = 1+201+151=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 201 (78.91% from 255 or 56.94% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 201 - color contains mainly: green. Hex color #01C997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C997 is #FE3668. Grayscale: #878787. Windows color (decimal): -16660073 or 9947393. OLE color: 9947393.

HSL color Cylindrical-coordinate representation of color #01C997: hue angle of 165º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01C997 is Cyan = 1.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB 1 201 151 -
CMYK 1.00 0 0.25 0.21
HSL 165º 0.99% 0.4% -
HSV(B) 165º 1% 0.79% -
XYZ 26.49 44.01 36.38 -
YUV 135.5 136.74 32.07 -
System Red Green Blue C M Y K H S L
Decimal 1 201 151 1.00 0 0.25 0.21 165 0.99 0.4
Hex 1 C9 97 64 0 19 15 A5 63 28
Octal 1 311 227 144 0 31 25 245 143 50
Binary 1 11001001 10010111 1100100 0 11001 10101 10100101 1100011 101000

Color Harmonies of #01C997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C997

Black with #01C997

Text Example


Text Example

White with #01C997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01C997; }

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

 H1.HeaderClassName
 {
   color: #01C997;
 }
 .AnyTagClassName
 {
   color: #01C997;
 }
</style>

background-color css

<style>
 a { background-color: #01C997; }

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

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

border-color css

<style>
 span { border-color: #01C997; }

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

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