Html Css Color HEX #ACFDE5 Water Leaf

📋 copy color: '#ACFDE5'

red 172 ◦ green 253 ◦ blue 229

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

Shades of Water Leaf #ACFDE5

Tints of Water Leaf #ACFDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.02%

R = 26.3%
G = 38.69%
B = 35.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#ACFDE5 (or 0xACFDE5) is known color: Water Leaf. HEX triplet: AC, FD and E5. RGB value is (172,253,229). Sum of RGB (Red+Green+Blue) = 172+253+229=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 253 (99.22% from 255 or 38.69% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDE5 is #53021A. Grayscale: #E2E2E2. Windows color (decimal): -5440027 or 15072684. OLE color: 15072684.

HSL color Cylindrical-coordinate representation of color #ACFDE5: hue angle of 162.22º 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 #ACFDE5 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 229 -
CMYK 0.32 0 0.09 0.01
HSL 162.22º 0.95% 0.83% -
HSV(B) 162.22º 0.32% 0.99% -
XYZ 66.28 84.68 86.98 -
YUV 226.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 172 253 229 0.32 0 0.09 0.01 162.22 0.95 0.83
Hex AC FD E5 20 0 9 1 A2 5F 53
Octal 254 375 345 40 0 11 1 242 137 123
Binary 10101100 11111101 11100101 100000 0 1001 1 10100010 1011111 1010011

Color Harmonies of #ACFDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDE5

Black with #ACFDE5

Text Example


Text Example

White with #ACFDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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