Html Css Color HEX #ACFDE1 Water Leaf

📋 copy color: '#ACFDE1'

red 172 ◦ green 253 ◦ blue 225

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

Shades of Water Leaf #ACFDE1

Tints of Water Leaf #ACFDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.62%

R = 26.46%
G = 38.92%
B = 34.62%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#ACFDE1 (or 0xACFDE1) is known color: Water Leaf. HEX triplet: AC, FD and E1. RGB value is (172,253,225). Sum of RGB (Red+Green+Blue) = 172+253+225=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDE1 is #53021E. Grayscale: #E1E1E1. Windows color (decimal): -5440031 or 14810540. OLE color: 14810540.

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

Color convert

RGB 172 253 225 -
CMYK 0.32 0 0.11 0.01
HSL 159.26º 0.95% 0.83% -
HSV(B) 159.26º 0.32% 0.99% -
XYZ 65.73 84.46 84.07 -
YUV 225.59 127.66 89.78 -
System Red Green Blue C M Y K H S L
Decimal 172 253 225 0.32 0 0.11 0.01 159.26 0.95 0.83
Hex AC FD E1 20 0 B 1 9F 5F 53
Octal 254 375 341 40 0 13 1 237 137 123
Binary 10101100 11111101 11100001 100000 0 1011 1 10011111 1011111 1010011

Color Harmonies of #ACFDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDE1

Black with #ACFDE1

Text Example


Text Example

White with #ACFDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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