Html Css Color HEX #ACEDDF Water Leaf

📋 copy color: '#ACEDDF'

red 172 ◦ green 237 ◦ blue 223

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

Shades of Water Leaf #ACEDDF

Tints of Water Leaf #ACEDDF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.5%

 BLUE value IS 223 (87.5% from 255) = 35.28%

R = 27.22%
G = 37.5%
B = 35.28%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ACEDDF (or 0xACEDDF) is known color: Water Leaf. HEX triplet: AC, ED and DF. RGB value is (172,237,223). Sum of RGB (Red+Green+Blue) = 172+237+223=632 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.22% from 632); Green value is 237 (92.97% from 255 or 37.5% from 632); Blue value is 223 (87.5% from 255 or 35.28% from 632); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDDF is #531220. Grayscale: #D7D7D7. Windows color (decimal): -5444129 or 14675372. OLE color: 14675372.

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

Color convert

RGB 172 237 223 -
CMYK 0.27 0 0.06 0.07
HSL 167.08º 0.64% 0.8% -
HSV(B) 167.08º 0.27% 0.93% -
XYZ 60.62 74.67 81.03 -
YUV 215.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 172 237 223 0.27 0 0.06 0.07 167.08 0.64 0.8
Hex AC ED DF 1B 0 6 7 A7 40 50
Octal 254 355 337 33 0 6 7 247 100 120
Binary 10101100 11101101 11011111 11011 0 110 111 10100111 1000000 1010000

Color Harmonies of #ACEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDDF

Black with #ACEDDF

Text Example


Text Example

White with #ACEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDDF; }

 p { color: rgb(172,237,223); }

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

background-color css

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

 a { background-color: rgb(172,237,223); }

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

border-color css

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

 span { border-color: rgb(172,237,223); }

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