Html Css Color HEX #01DEAC Caribbean Green

📋 copy color: '#01DEAC'

red 1 ◦ green 222 ◦ blue 172

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

Shades of Caribbean Green #01DEAC

Tints of Caribbean Green #01DEAC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 56.2%

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 0.25%
G = 56.2%
B = 43.54%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#01DEAC (or 0x01DEAC) is known color: 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

RGB 1 222 172 -
CMYK 1.00 0 0.23 0.13
HSL 166.43º 0.99% 0.44% -
HSV(B) 166.43º 1% 0.87% -
XYZ 33.58 55.23 47.92 -
YUV 150.22 140.28 21.57 -
System Red Green Blue C M Y K H S L
Decimal 1 222 172 1.00 0 0.23 0.13 166.43 0.99 0.44
Hex 1 DE AC 64 0 17 D A6 63 2C
Octal 1 336 254 144 0 27 15 246 143 54
Binary 1 11011110 10101100 1100100 0 10111 1101 10100110 1100011 101100

Color Harmonies of #01DEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DEAC

Black with #01DEAC

Text Example


Text Example

White with #01DEAC

Text Example


Text Example

HTML Codes & Css Web 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>