Html Css Color HEX #ACF0E5 Water Leaf

📋 copy color: '#ACF0E5'

red 172 ◦ green 240 ◦ blue 229

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

Shades of Water Leaf #ACF0E5

Tints of Water Leaf #ACF0E5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.44%

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

R = 26.83%
G = 37.44%
B = 35.73%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#ACF0E5 (or 0xACF0E5) is known color: Water Leaf. HEX triplet: AC, F0 and E5. RGB value is (172,240,229). Sum of RGB (Red+Green+Blue) = 172+240+229=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0E5 is #530F1A. Grayscale: #DADADA. Windows color (decimal): -5443355 or 15069356. OLE color: 15069356.

HSL color Cylindrical-coordinate representation of color #ACF0E5: hue angle of 170.29º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0E5 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 229 -
CMYK 0.28 0 0.05 0.06
HSL 170.29º 0.69% 0.81% -
HSV(B) 170.29º 0.28% 0.94% -
XYZ 62.32 76.75 85.66 -
YUV 218.41 133.97 94.89 -
System Red Green Blue C M Y K H S L
Decimal 172 240 229 0.28 0 0.05 0.06 170.29 0.69 0.81
Hex AC F0 E5 1C 0 5 6 AA 45 51
Octal 254 360 345 34 0 5 6 252 105 121
Binary 10101100 11110000 11100101 11100 0 101 110 10101010 1000101 1010001

Color Harmonies of #ACF0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0E5

Black with #ACF0E5

Text Example


Text Example

White with #ACF0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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