Html Css Color HEX #ACF2DF Water Leaf

📋 copy color: '#ACF2DF'

red 172 ◦ green 242 ◦ blue 223

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

Shades of Water Leaf #ACF2DF

Tints of Water Leaf #ACF2DF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.99%

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

R = 27%
G = 37.99%
B = 35.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#ACF2DF (or 0xACF2DF) is known color: Water Leaf. HEX triplet: AC, F2 and DF. RGB value is (172,242,223). Sum of RGB (Red+Green+Blue) = 172+242+223=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 242 (94.92% from 255 or 37.99% from 637); Blue value is 223 (87.5% from 255 or 35.01% from 637); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2DF is #530D20. Grayscale: #DADADA. Windows color (decimal): -5442849 or 14676652. OLE color: 14676652.

HSL color Cylindrical-coordinate representation of color #ACF2DF: hue angle of 163.71º degrees, saturation: 0.73, 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 #ACF2DF is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 223 -
CMYK 0.29 0 0.08 0.05
HSL 163.71º 0.73% 0.81% -
HSV(B) 163.71º 0.29% 0.95% -
XYZ 62.08 77.6 81.52 -
YUV 218.9 130.31 94.54 -
System Red Green Blue C M Y K H S L
Decimal 172 242 223 0.29 0 0.08 0.05 163.71 0.73 0.81
Hex AC F2 DF 1D 0 8 5 A4 49 51
Octal 254 362 337 35 0 10 5 244 111 121
Binary 10101100 11110010 11011111 11101 0 1000 101 10100100 1001001 1010001

Color Harmonies of #ACF2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2DF

Black with #ACF2DF

Text Example


Text Example

White with #ACF2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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