Html Css Color HEX #ACFAE8 Water Leaf

📋 copy color: '#ACFAE8'

red 172 ◦ green 250 ◦ blue 232

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

Shades of Water Leaf #ACFAE8

Tints of Water Leaf #ACFAE8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.23%

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

R = 26.3%
G = 38.23%
B = 35.47%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#ACFAE8 (or 0xACFAE8) is known color: Water Leaf. HEX triplet: AC, FA and E8. RGB value is (172,250,232). Sum of RGB (Red+Green+Blue) = 172+250+232=654 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.30% from 654); Green value is 250 (98.05% from 255 or 38.23% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAE8 is #530517. Grayscale: #E0E0E0. Windows color (decimal): -5440792 or 15268524. OLE color: 15268524.

HSL color Cylindrical-coordinate representation of color #ACFAE8: hue angle of 166.15º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAE8 is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 250 232 -
CMYK 0.31 0 0.07 0.02
HSL 166.15º 0.89% 0.83% -
HSV(B) 166.15º 0.31% 0.98% -
XYZ 65.76 82.97 88.89 -
YUV 224.63 132.16 90.46 -
System Red Green Blue C M Y K H S L
Decimal 172 250 232 0.31 0 0.07 0.02 166.15 0.89 0.83
Hex AC FA E8 1F 0 7 2 A6 59 53
Octal 254 372 350 37 0 7 2 246 131 123
Binary 10101100 11111010 11101000 11111 0 111 10 10100110 1011001 1010011

Color Harmonies of #ACFAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFAE8

Black with #ACFAE8

Text Example


Text Example

White with #ACFAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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