Html Css Color HEX #ACF1E2 Water Leaf

📋 copy color: '#ACF1E2'

red 172 ◦ green 241 ◦ blue 226

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

Shades of Water Leaf #ACF1E2

Tints of Water Leaf #ACF1E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 35.37%

R = 26.92%
G = 37.72%
B = 35.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#ACF1E2 (or 0xACF1E2) is known color: Water Leaf. HEX triplet: AC, F1 and E2. RGB value is (172,241,226). Sum of RGB (Red+Green+Blue) = 172+241+226=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 241 (94.53% from 255 or 37.72% from 639); Blue value is 226 (88.67% from 255 or 35.37% from 639); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1E2 is #530E1D. Grayscale: #DADADA. Windows color (decimal): -5443102 or 14873004. OLE color: 14873004.

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

Color convert

RGB 172 241 226 -
CMYK 0.29 0 0.06 0.05
HSL 166.96º 0.71% 0.81% -
HSV(B) 166.96º 0.29% 0.95% -
XYZ 62.2 77.17 83.57 -
YUV 218.66 132.14 94.72 -
System Red Green Blue C M Y K H S L
Decimal 172 241 226 0.29 0 0.06 0.05 166.96 0.71 0.81
Hex AC F1 E2 1D 0 6 5 A7 47 51
Octal 254 361 342 35 0 6 5 247 107 121
Binary 10101100 11110001 11100010 11101 0 110 101 10100111 1000111 1010001

Color Harmonies of #ACF1E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF1E2

Black with #ACF1E2

Text Example


Text Example

White with #ACF1E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF1E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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