Html Css Color HEX #01C198 Caribbean Green

📋 copy color: '#01C198'

red 1 ◦ green 193 ◦ blue 152

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

Shades of Caribbean Green #01C198

Tints of Caribbean Green #01C198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.93%

R = 0.29%
G = 55.78%
B = 43.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#01C198 (or 0x01C198) is known color: Caribbean Green. HEX triplet: 01, C1 and 98. RGB value is (1,193,152). Sum of RGB (Red+Green+Blue) = 1+193+152=346 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 346); Green value is 193 (75.78% from 255 or 55.78% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 193 - color contains mainly: green. Hex color #01C198 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C198 is #FE3E67. Grayscale: #828282. Windows color (decimal): -16662120 or 10010881. OLE color: 10010881.

HSL color Cylindrical-coordinate representation of color #01C198: hue angle of 167.19º 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 #01C198 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 1 193 152 -
CMYK 0.99 0 0.21 0.24
HSL 167.19º 0.99% 0.38% -
HSV(B) 167.19º 0.99% 0.76% -
XYZ 24.75 40.41 36.2 -
YUV 130.92 139.89 35.33 -
System Red Green Blue C M Y K H S L
Decimal 1 193 152 0.99 0 0.21 0.24 167.19 0.99 0.38
Hex 1 C1 98 63 0 15 18 A7 63 26
Octal 1 301 230 143 0 25 30 247 143 46
Binary 1 11000001 10011000 1100011 0 10101 11000 10100111 1100011 100110

Color Harmonies of #01C198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C198

Black with #01C198

Text Example


Text Example

White with #01C198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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