Html Css Color HEX #01C082 Caribbean Green

📋 copy color: '#01C082'

red 1 ◦ green 192 ◦ blue 130

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

Shades of Caribbean Green #01C082

Tints of Caribbean Green #01C082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 59.44%

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

R = 0.31%
G = 59.44%
B = 40.25%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#01C082 (or 0x01C082) is known color: Caribbean Green. HEX triplet: 01, C0 and 82. RGB value is (1,192,130). Sum of RGB (Red+Green+Blue) = 1+192+130=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #01C082 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01C082 is #FE3F7D. Grayscale: #7F7F7F. Windows color (decimal): -16662398 or 8568833. OLE color: 8568833.

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

Color convert

RGB 1 192 130 -
CMYK 0.99 0 0.32 0.25
HSL 160.52º 0.99% 0.38% -
HSV(B) 160.52º 0.99% 0.75% -
XYZ 22.89 39.32 27.5 -
YUV 127.82 129.22 37.54 -
System Red Green Blue C M Y K H S L
Decimal 1 192 130 0.99 0 0.32 0.25 160.52 0.99 0.38
Hex 1 C0 82 63 0 20 19 A1 63 26
Octal 1 300 202 143 0 40 31 241 143 46
Binary 1 11000000 10000010 1100011 0 100000 11001 10100001 1100011 100110

Color Harmonies of #01C082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01C082

Black with #01C082

Text Example


Text Example

White with #01C082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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