Html Css Color HEX #ACEEDB Water Leaf

📋 copy color: '#ACEEDB'

red 172 ◦ green 238 ◦ blue 219

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

Shades of Water Leaf #ACEEDB

Tints of Water Leaf #ACEEDB

RGB

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

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

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

R = 27.34%
G = 37.84%
B = 34.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#ACEEDB (or 0xACEEDB) is known color: Water Leaf. HEX triplet: AC, EE and DB. RGB value is (172,238,219). Sum of RGB (Red+Green+Blue) = 172+238+219=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEDB is #531124. Grayscale: #D8D8D8. Windows color (decimal): -5443877 or 14413484. OLE color: 14413484.

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

Color convert

RGB 172 238 219 -
CMYK 0.28 0 0.08 0.07
HSL 162.73º 0.66% 0.8% -
HSV(B) 162.73º 0.28% 0.93% -
XYZ 60.37 75.03 78.32 -
YUV 216.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 172 238 219 0.28 0 0.08 0.07 162.73 0.66 0.8
Hex AC EE DB 1C 0 8 7 A3 42 50
Octal 254 356 333 34 0 10 7 243 102 120
Binary 10101100 11101110 11011011 11100 0 1000 111 10100011 1000010 1010000

Color Harmonies of #ACEEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEDB

Black with #ACEEDB

Text Example


Text Example

White with #ACEEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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