Html Css Color HEX #ACFDE6 Water Leaf

📋 copy color: '#ACFDE6'

red 172 ◦ green 253 ◦ blue 230

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

Shades of Water Leaf #ACFDE6

Tints of Water Leaf #ACFDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 35.11%

R = 26.26%
G = 38.63%
B = 35.11%

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

#ACFDE6 (or 0xACFDE6) is known color: Water Leaf. HEX triplet: AC, FD and E6. RGB value is (172,253,230). Sum of RGB (Red+Green+Blue) = 172+253+230=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 253 (99.22% from 255 or 38.63% from 655); Blue value is 230 (90.23% from 255 or 35.11% from 655); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFDE6 is #530219. Grayscale: #E2E2E2. Windows color (decimal): -5440026 or 15138220. OLE color: 15138220.

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

Color convert

RGB 172 253 230 -
CMYK 0.32 0 0.09 0.01
HSL 162.96º 0.95% 0.83% -
HSV(B) 162.96º 0.32% 0.99% -
XYZ 66.42 84.73 87.72 -
YUV 226.16 130.16 89.37 -
System Red Green Blue C M Y K H S L
Decimal 172 253 230 0.32 0 0.09 0.01 162.96 0.95 0.83
Hex AC FD E6 20 0 9 1 A3 5F 53
Octal 254 375 346 40 0 11 1 243 137 123
Binary 10101100 11111101 11100110 100000 0 1001 1 10100011 1011111 1010011

Color Harmonies of #ACFDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDE6

Black with #ACFDE6

Text Example


Text Example

White with #ACFDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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