Html Css Color HEX #ACEEDE Water Leaf

📋 copy color: '#ACEEDE'

red 172 ◦ green 238 ◦ blue 222

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

Shades of Water Leaf #ACEEDE

Tints of Water Leaf #ACEEDE

RGB

 RED value IS 172 (67.58% from 255) = 27.22%

 GREEN value IS 238 (93.36% from 255) = 37.66%

 BLUE value IS 222 (87.11% from 255) = 35.13%

R = 27.22%
G = 37.66%
B = 35.13%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#ACEEDE (or 0xACEEDE) is known color: Water Leaf. HEX triplet: AC, EE and DE. RGB value is (172,238,222). Sum of RGB (Red+Green+Blue) = 172+238+222=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 238 (93.36% from 255 or 37.66% from 632); Blue value is 222 (87.11% from 255 or 35.13% from 632); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEDE is #531121. Grayscale: #D8D8D8. Windows color (decimal): -5443874 or 14610092. OLE color: 14610092.

HSL color Cylindrical-coordinate representation of color #ACEEDE: hue angle of 165.45º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEEDE is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 238 222 -
CMYK 0.28 0 0.07 0.07
HSL 165.45º 0.66% 0.8% -
HSV(B) 165.45º 0.28% 0.93% -
XYZ 60.77 75.19 80.42 -
YUV 216.44 131.13 96.3 -
System Red Green Blue C M Y K H S L
Decimal 172 238 222 0.28 0 0.07 0.07 165.45 0.66 0.8
Hex AC EE DE 1C 0 7 7 A5 42 50
Octal 254 356 336 34 0 7 7 245 102 120
Binary 10101100 11101110 11011110 11100 0 111 111 10100101 1000010 1010000

Color Harmonies of #ACEEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEDE

Black with #ACEEDE

Text Example


Text Example

White with #ACEEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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