#01DEA4

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

Shades of Caribbean Green #01DEA4

Tints of Caribbean Green #01DEA4

Color information

#01DEA4 (or 0x01DEA4) is unknown color: approx Caribbean Green. HEX triplet: 01, DE and A4. RGB value is (1,222,164). Sum of RGB (Red+Green+Blue) = 1+222+164=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 222 (87.11% from 255 or 57.36% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 222 - color contains mainly: green. Hex color #01DEA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DEA4 is #FE215B. Grayscale: #959595. Windows color (decimal): -16654684 or 10804737. OLE color: 10804737.

HSL color Cylindrical-coordinate representation of color #01DEA4: hue angle of 164.25º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DEA4 is Cyan = 1.00, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB1222164-
CMYK1.0000.260.13
HSL164.25º99.1%43.73%-
HSV(B)164.25º99.55%87.06%-
XYZ32.8354.9343.99-
YUV149.31136.2822.22-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 222 (87.11% from 255) = 57.36%
BLUE value IS 164 (64.45% from 255) = 42.38%
R=0.26%
G=57.36%
B=42.38%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12221641.0000.260.13164.2599.143.73
Hex1DEA46401ADa4632c
Octal13362441440321524414354
Binary1110111101010010011001000110101101101001001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DEA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,222,164); }

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

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

 a { background-color: rgb(1,222,164); }

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

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

 span { border-color: rgb(1,222,164); }

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