Html Css Color HEX #01C182 Caribbean Green

📋 copy color: '#01C182'

red 1 ◦ green 193 ◦ blue 130

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

Shades of Caribbean Green #01C182

Tints of Caribbean Green #01C182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 40.12%

R = 0.31%
G = 59.57%
B = 40.12%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#01C182 (or 0x01C182) is known color: Caribbean Green. HEX triplet: 01, C1 and 82. RGB value is (1,193,130). Sum of RGB (Red+Green+Blue) = 1+193+130=324 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 324); Green value is 193 (75.78% from 255 or 59.57% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 193 - color contains mainly: green. Hex color #01C182 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C182 is #FE3E7D. Grayscale: #808080. Windows color (decimal): -16662142 or 8569089. OLE color: 8569089.

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

Color convert

RGB 1 193 130 -
CMYK 0.99 0 0.33 0.24
HSL 160.31º 0.99% 0.38% -
HSV(B) 160.31º 0.99% 0.76% -
XYZ 23.11 39.76 27.58 -
YUV 128.41 128.89 37.12 -
System Red Green Blue C M Y K H S L
Decimal 1 193 130 0.99 0 0.33 0.24 160.31 0.99 0.38
Hex 1 C1 82 63 0 21 18 A0 63 26
Octal 1 301 202 143 0 41 30 240 143 46
Binary 1 11000001 10000010 1100011 0 100001 11000 10100000 1100011 100110

Color Harmonies of #01C182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C182

Black with #01C182

Text Example


Text Example

White with #01C182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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