Html Css Color HEX #ACF6DF Water Leaf

📋 copy color: '#ACF6DF'

red 172 ◦ green 246 ◦ blue 223

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

Shades of Water Leaf #ACF6DF

Tints of Water Leaf #ACF6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.79%

R = 26.83%
G = 38.38%
B = 34.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#ACF6DF (or 0xACF6DF) is known color: Water Leaf. HEX triplet: AC, F6 and DF. RGB value is (172,246,223). Sum of RGB (Red+Green+Blue) = 172+246+223=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF6DF is #530920. Grayscale: #DDDDDD. Windows color (decimal): -5441825 or 14677676. OLE color: 14677676.

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

Color convert

RGB 172 246 223 -
CMYK 0.30 0 0.09 0.04
HSL 161.35º 0.8% 0.82% -
HSV(B) 161.35º 0.3% 0.96% -
XYZ 63.29 80.01 81.92 -
YUV 221.25 128.98 92.87 -
System Red Green Blue C M Y K H S L
Decimal 172 246 223 0.30 0 0.09 0.04 161.35 0.8 0.82
Hex AC F6 DF 1E 0 9 4 A1 50 52
Octal 254 366 337 36 0 11 4 241 120 122
Binary 10101100 11110110 11011111 11110 0 1001 100 10100001 1010000 1010010

Color Harmonies of #ACF6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF6DF

Black with #ACF6DF

Text Example


Text Example

White with #ACF6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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