#01DEAC

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

Shades of Caribbean Green #01DEAC

Tints of Caribbean Green #01DEAC

Color information

#01DEAC (or 0x01DEAC) is unknown color: approx Caribbean Green. HEX triplet: 01, DE and AC. RGB value is (1,222,172). Sum of RGB (Red+Green+Blue) = 1+222+172=395 (52% of max value = 765). Red value is 1 (0.78% from 255 or 0.25% from 395); Green value is 222 (87.11% from 255 or 56.20% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 222 - color contains mainly: green. Hex color #01DEAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #01DEAC is #FE2153. Grayscale: #969696. Windows color (decimal): -16654676 or 11329025. OLE color: 11329025.

HSL color Cylindrical-coordinate representation of color #01DEAC: hue angle of 166.43º 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 #01DEAC is Cyan = 1.00, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB1222172-
CMYK1.0000.230.13
HSL166.43º99.1%43.73%-
HSV(B)166.43º99.55%87.06%-
XYZ33.5855.2347.92-
YUV150.22140.2821.57-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.25%
GREEN value IS 222 (87.11% from 255) = 56.20%
BLUE value IS 172 (67.58% from 255) = 43.54%
R=0.25%
G=56.20%
B=43.54%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal12221721.0000.230.13166.4399.143.73
Hex1DEAC64017Da6632c
Octal13362541440271524614354
Binary1110111101010110011001000101111101101001101100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01DEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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