Html Css Color HEX #ACF0DA Water Leaf

📋 copy color: '#ACF0DA'

red 172 ◦ green 240 ◦ blue 218

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

Shades of Water Leaf #ACF0DA

Tints of Water Leaf #ACF0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.6%

R = 27.3%
G = 38.1%
B = 34.6%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#ACF0DA (or 0xACF0DA) is known color: Water Leaf. HEX triplet: AC, F0 and DA. RGB value is (172,240,218). Sum of RGB (Red+Green+Blue) = 172+240+218=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 240 (94.14% from 255 or 38.10% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0DA is #530F25. Grayscale: #D9D9D9. Windows color (decimal): -5443366 or 14348460. OLE color: 14348460.

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

Color convert

RGB 172 240 218 -
CMYK 0.28 0 0.09 0.06
HSL 160.59º 0.69% 0.81% -
HSV(B) 160.59º 0.28% 0.94% -
XYZ 60.83 76.15 77.82 -
YUV 217.16 128.47 95.79 -
System Red Green Blue C M Y K H S L
Decimal 172 240 218 0.28 0 0.09 0.06 160.59 0.69 0.81
Hex AC F0 DA 1C 0 9 6 A1 45 51
Octal 254 360 332 34 0 11 6 241 105 121
Binary 10101100 11110000 11011010 11100 0 1001 110 10100001 1000101 1010001

Color Harmonies of #ACF0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF0DA

Black with #ACF0DA

Text Example


Text Example

White with #ACF0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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