Html Css Color HEX #ACF0DF Water Leaf

📋 copy color: '#ACF0DF'

red 172 ◦ green 240 ◦ blue 223

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

Shades of Water Leaf #ACF0DF

Tints of Water Leaf #ACF0DF

RGB

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

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

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

R = 27.09%
G = 37.8%
B = 35.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#ACF0DF (or 0xACF0DF) is known color: Water Leaf. HEX triplet: AC, F0 and DF. RGB value is (172,240,223). Sum of RGB (Red+Green+Blue) = 172+240+223=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0DF is #530F20. Grayscale: #D9D9D9. Windows color (decimal): -5443361 or 14676140. OLE color: 14676140.

HSL color Cylindrical-coordinate representation of color #ACF0DF: hue angle of 165º 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 #ACF0DF is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 223 -
CMYK 0.28 0 0.07 0.06
HSL 165º 0.69% 0.81% -
HSV(B) 165º 0.28% 0.94% -
XYZ 61.49 76.42 81.32 -
YUV 217.73 130.97 95.38 -
System Red Green Blue C M Y K H S L
Decimal 172 240 223 0.28 0 0.07 0.06 165 0.69 0.81
Hex AC F0 DF 1C 0 7 6 A5 45 51
Octal 254 360 337 34 0 7 6 245 105 121
Binary 10101100 11110000 11011111 11100 0 111 110 10100101 1000101 1010001

Color Harmonies of #ACF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0DF

Black with #ACF0DF

Text Example


Text Example

White with #ACF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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