Html Css Color HEX #ACF8DF Water Leaf

📋 copy color: '#ACF8DF'

red 172 ◦ green 248 ◦ blue 223

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

Shades of Water Leaf #ACF8DF

Tints of Water Leaf #ACF8DF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.57%

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

R = 26.75%
G = 38.57%
B = 34.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#ACF8DF (or 0xACF8DF) is known color: Water Leaf. HEX triplet: AC, F8 and DF. RGB value is (172,248,223). Sum of RGB (Red+Green+Blue) = 172+248+223=643 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.75% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8DF is #530720. Grayscale: #DEDEDE. Windows color (decimal): -5441313 or 14678188. OLE color: 14678188.

HSL color Cylindrical-coordinate representation of color #ACF8DF: hue angle of 160.26º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8DF is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 223 -
CMYK 0.31 0 0.10 0.03
HSL 160.26º 0.84% 0.82% -
HSV(B) 160.26º 0.31% 0.97% -
XYZ 63.9 81.23 82.12 -
YUV 222.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 172 248 223 0.31 0 0.10 0.03 160.26 0.84 0.82
Hex AC F8 DF 1F 0 A 3 A0 54 52
Octal 254 370 337 37 0 12 3 240 124 122
Binary 10101100 11111000 11011111 11111 0 1010 11 10100000 1010100 1010010

Color Harmonies of #ACF8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF8DF

Black with #ACF8DF

Text Example


Text Example

White with #ACF8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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