Html Css Color HEX #01C19F Caribbean Green

📋 copy color: '#01C19F'

red 1 ◦ green 193 ◦ blue 159

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

Shades of Caribbean Green #01C19F

Tints of Caribbean Green #01C19F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 54.67%

 BLUE value IS 159 (62.5% from 255) = 45.04%

R = 0.28%
G = 54.67%
B = 45.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#01C19F (or 0x01C19F) is known color: Caribbean Green. HEX triplet: 01, C1 and 9F. RGB value is (1,193,159). Sum of RGB (Red+Green+Blue) = 1+193+159=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 193 (75.78% from 255 or 54.67% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 193 - color contains mainly: green. Hex color #01C19F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C19F is #FE3E60. Grayscale: #838383. Windows color (decimal): -16662113 or 10469633. OLE color: 10469633.

HSL color Cylindrical-coordinate representation of color #01C19F: hue angle of 169.38º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01C19F is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 193 159 -
CMYK 0.99 0 0.18 0.24
HSL 169.38º 0.99% 0.38% -
HSV(B) 169.38º 0.99% 0.76% -
XYZ 25.34 40.65 39.31 -
YUV 131.72 143.39 34.76 -
System Red Green Blue C M Y K H S L
Decimal 1 193 159 0.99 0 0.18 0.24 169.38 0.99 0.38
Hex 1 C1 9F 63 0 12 18 A9 63 26
Octal 1 301 237 143 0 22 30 251 143 46
Binary 1 11000001 10011111 1100011 0 10010 11000 10101001 1100011 100110

Color Harmonies of #01C19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C19F

Black with #01C19F

Text Example


Text Example

White with #01C19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,193,159); }

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

background-color css

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

 a { background-color: rgb(1,193,159); }

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

border-color css

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

 span { border-color: rgb(1,193,159); }

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