Html Css Color HEX #ACFDE8 Water Leaf

📋 copy color: '#ACFDE8'

red 172 ◦ green 253 ◦ blue 232

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

Shades of Water Leaf #ACFDE8

Tints of Water Leaf #ACFDE8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.51%

 BLUE value IS 232 (91.02% from 255) = 35.31%

R = 26.18%
G = 38.51%
B = 35.31%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#ACFDE8 (or 0xACFDE8) is known color: Water Leaf. HEX triplet: AC, FD and E8. RGB value is (172,253,232). Sum of RGB (Red+Green+Blue) = 172+253+232=657 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.18% from 657); Green value is 253 (99.22% from 255 or 38.51% from 657); Blue value is 232 (91.02% from 255 or 35.31% from 657); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDE8 is #530217. Grayscale: #E2E2E2. Windows color (decimal): -5440024 or 15269292. OLE color: 15269292.

HSL color Cylindrical-coordinate representation of color #ACFDE8: hue angle of 164.44º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDE8 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 232 -
CMYK 0.32 0 0.08 0.01
HSL 164.44º 0.95% 0.83% -
HSV(B) 164.44º 0.32% 0.99% -
XYZ 66.7 84.85 89.21 -
YUV 226.39 131.16 89.21 -
System Red Green Blue C M Y K H S L
Decimal 172 253 232 0.32 0 0.08 0.01 164.44 0.95 0.83
Hex AC FD E8 20 0 8 1 A4 5F 53
Octal 254 375 350 40 0 10 1 244 137 123
Binary 10101100 11111101 11101000 100000 0 1000 1 10100100 1011111 1010011

Color Harmonies of #ACFDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDE8

Black with #ACFDE8

Text Example


Text Example

White with #ACFDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDE8; }

 p { color: rgb(172,253,232); }

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

background-color css

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

 a { background-color: rgb(172,253,232); }

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

border-color css

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

 span { border-color: rgb(172,253,232); }

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