Html Css Color HEX #ACFDE2 Water Leaf

📋 copy color: '#ACFDE2'

red 172 ◦ green 253 ◦ blue 226

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

Shades of Water Leaf #ACFDE2

Tints of Water Leaf #ACFDE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 34.72%

R = 26.42%
G = 38.86%
B = 34.72%

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

#ACFDE2 (or 0xACFDE2) is known color: Water Leaf. HEX triplet: AC, FD and E2. RGB value is (172,253,226). Sum of RGB (Red+Green+Blue) = 172+253+226=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDE2 is #53021D. Grayscale: #E1E1E1. Windows color (decimal): -5440030 or 14876076. OLE color: 14876076.

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

Color convert

RGB 172 253 226 -
CMYK 0.32 0 0.11 0.01
HSL 160º 0.95% 0.83% -
HSV(B) 160º 0.32% 0.99% -
XYZ 65.87 84.51 84.79 -
YUV 225.7 128.16 89.7 -
System Red Green Blue C M Y K H S L
Decimal 172 253 226 0.32 0 0.11 0.01 160 0.95 0.83
Hex AC FD E2 20 0 B 1 A0 5F 53
Octal 254 375 342 40 0 13 1 240 137 123
Binary 10101100 11111101 11100010 100000 0 1011 1 10100000 1011111 1010011

Color Harmonies of #ACFDE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDE2

Black with #ACFDE2

Text Example


Text Example

White with #ACFDE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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