#01DCAC

Color #01DCAC Caribbean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caribbean Green #01DCAC

Tints of Caribbean Green #01DCAC

Color information

#01DCAC (or 0x01DCAC) is unknown color: approx Caribbean Green. HEX triplet: 01, DC and AC. RGB value is (1,220,172). Sum of RGB (Red+Green+Blue) = 1+220+172=393 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #01DCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DCAC is #FE2353. Grayscale: #959595. Windows color (decimal): -16655188 or 11328513. OLE color: 11328513.

HSL color Cylindrical-coordinate representation of color #01DCAC: hue angle of 166.85º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DCAC is Cyan = 1.00, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB1220172-
CMYK1.0000.220.14
HSL166.85º99.1%43.33%-
HSV(B)166.85º99.55%86.27%-
XYZ33.0554.1747.74-
YUV149.05140.9522.4-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 220 (86.33% from 255) = 55.98%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=0.25%
G=55.98%
B=43.77%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal12201721.0000.220.14166.8599.143.33
Hex1DCAC64016Ea7632b
Octal13342541440261624714353
Binary1110111001010110011001000101101110101001111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,220,172); }

 H1.HeaderClassName
 {
   color: #01DCAC;
 }
 .AnyTagClassName
 {
   color: #01DCAC;
 }
</style>
background-color css

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

 a { background-color: rgb(1,220,172); }

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

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

 span { border-color: rgb(1,220,172); }

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