Html Css Color HEX #ACF6DE Water Leaf

📋 copy color: '#ACF6DE'

red 172 ◦ green 246 ◦ blue 222

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

Shades of Water Leaf #ACF6DE

Tints of Water Leaf #ACF6DE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.44%

 BLUE value IS 222 (87.11% from 255) = 34.69%

R = 26.88%
G = 38.44%
B = 34.69%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#ACF6DE (or 0xACF6DE) is known color: Water Leaf. HEX triplet: AC, F6 and DE. RGB value is (172,246,222). Sum of RGB (Red+Green+Blue) = 172+246+222=640 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.88% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 222 (87.11% from 255 or 34.69% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF6DE is #530921. Grayscale: #DDDDDD. Windows color (decimal): -5441826 or 14612140. OLE color: 14612140.

HSL color Cylindrical-coordinate representation of color #ACF6DE: hue angle of 160.54º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF6DE is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 222 -
CMYK 0.30 0 0.10 0.04
HSL 160.54º 0.8% 0.82% -
HSV(B) 160.54º 0.3% 0.96% -
XYZ 63.15 79.96 81.21 -
YUV 221.14 128.48 92.95 -
System Red Green Blue C M Y K H S L
Decimal 172 246 222 0.30 0 0.10 0.04 160.54 0.8 0.82
Hex AC F6 DE 1E 0 A 4 A1 50 52
Octal 254 366 336 36 0 12 4 241 120 122
Binary 10101100 11110110 11011110 11110 0 1010 100 10100001 1010000 1010010

Color Harmonies of #ACF6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6DE

Black with #ACF6DE

Text Example


Text Example

White with #ACF6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6DE; }

 p { color: rgb(172,246,222); }

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

background-color css

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

 a { background-color: rgb(172,246,222); }

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

border-color css

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

 span { border-color: rgb(172,246,222); }

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