Html Css Color HEX #ACEDDB Water Leaf

📋 copy color: '#ACEDDB'

red 172 ◦ green 237 ◦ blue 219

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

Shades of Water Leaf #ACEDDB

Tints of Water Leaf #ACEDDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 34.87%

R = 27.39%
G = 37.74%
B = 34.87%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ACEDDB (or 0xACEDDB) is known color: Water Leaf. HEX triplet: AC, ED and DB. RGB value is (172,237,219). Sum of RGB (Red+Green+Blue) = 172+237+219=628 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.39% from 628); Green value is 237 (92.97% from 255 or 37.74% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDDB is #531224. Grayscale: #D7D7D7. Windows color (decimal): -5444133 or 14413228. OLE color: 14413228.

HSL color Cylindrical-coordinate representation of color #ACEDDB: hue angle of 163.38º 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 #ACEDDB is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 237 219 -
CMYK 0.27 0 0.08 0.07
HSL 163.38º 0.64% 0.8% -
HSV(B) 163.38º 0.27% 0.93% -
XYZ 60.08 74.45 78.22 -
YUV 215.51 129.97 96.96 -
System Red Green Blue C M Y K H S L
Decimal 172 237 219 0.27 0 0.08 0.07 163.38 0.64 0.8
Hex AC ED DB 1B 0 8 7 A3 40 50
Octal 254 355 333 33 0 10 7 243 100 120
Binary 10101100 11101101 11011011 11011 0 1000 111 10100011 1000000 1010000

Color Harmonies of #ACEDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEDDB

Black with #ACEDDB

Text Example


Text Example

White with #ACEDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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