Html Css Color HEX #ACF1DF Water Leaf

📋 copy color: '#ACF1DF'

red 172 ◦ green 241 ◦ blue 223

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

Shades of Water Leaf #ACF1DF

Tints of Water Leaf #ACF1DF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.89%

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

R = 27.04%
G = 37.89%
B = 35.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#ACF1DF (or 0xACF1DF) is known color: Water Leaf. HEX triplet: AC, F1 and DF. RGB value is (172,241,223). Sum of RGB (Red+Green+Blue) = 172+241+223=636 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.04% from 636); Green value is 241 (94.53% from 255 or 37.89% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1DF is #530E20. Grayscale: #DADADA. Windows color (decimal): -5443105 or 14676396. OLE color: 14676396.

HSL color Cylindrical-coordinate representation of color #ACF1DF: hue angle of 164.35º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1DF is Cyan = 0.29, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 223 -
CMYK 0.29 0 0.07 0.05
HSL 164.35º 0.71% 0.81% -
HSV(B) 164.35º 0.29% 0.95% -
XYZ 61.79 77.01 81.42 -
YUV 218.32 130.64 94.96 -
System Red Green Blue C M Y K H S L
Decimal 172 241 223 0.29 0 0.07 0.05 164.35 0.71 0.81
Hex AC F1 DF 1D 0 7 5 A4 47 51
Octal 254 361 337 35 0 7 5 244 107 121
Binary 10101100 11110001 11011111 11101 0 111 101 10100100 1000111 1010001

Color Harmonies of #ACF1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1DF

Black with #ACF1DF

Text Example


Text Example

White with #ACF1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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