Html Css Color HEX #ACEEDF Water Leaf

📋 copy color: '#ACEEDF'

red 172 ◦ green 238 ◦ blue 223

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

Shades of Water Leaf #ACEEDF

Tints of Water Leaf #ACEEDF

RGB

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

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

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

R = 27.17%
G = 37.6%
B = 35.23%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#ACEEDF (or 0xACEEDF) is known color: Water Leaf. HEX triplet: AC, EE and DF. RGB value is (172,238,223). Sum of RGB (Red+Green+Blue) = 172+238+223=633 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.17% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEEDF is #531120. Grayscale: #D8D8D8. Windows color (decimal): -5443873 or 14675628. OLE color: 14675628.

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

Color convert

RGB 172 238 223 -
CMYK 0.28 0 0.06 0.07
HSL 166.36º 0.66% 0.8% -
HSV(B) 166.36º 0.28% 0.93% -
XYZ 60.91 75.25 81.13 -
YUV 216.56 131.63 96.22 -
System Red Green Blue C M Y K H S L
Decimal 172 238 223 0.28 0 0.06 0.07 166.36 0.66 0.8
Hex AC EE DF 1C 0 6 7 A6 42 50
Octal 254 356 337 34 0 6 7 246 102 120
Binary 10101100 11101110 11011111 11100 0 110 111 10100110 1000010 1010000

Color Harmonies of #ACEEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEEDF

Black with #ACEEDF

Text Example


Text Example

White with #ACEEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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