Html Css Color HEX #ACF2E4 Water Leaf

📋 copy color: '#ACF2E4'

red 172 ◦ green 242 ◦ blue 228

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

Shades of Water Leaf #ACF2E4

Tints of Water Leaf #ACF2E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.51%

R = 26.79%
G = 37.69%
B = 35.51%

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

#ACF2E4 (or 0xACF2E4) is known color: Water Leaf. HEX triplet: AC, F2 and E4. RGB value is (172,242,228). Sum of RGB (Red+Green+Blue) = 172+242+228=642 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.79% from 642); Green value is 242 (94.92% from 255 or 37.69% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2E4 is #530D1B. Grayscale: #DBDBDB. Windows color (decimal): -5442844 or 15004332. OLE color: 15004332.

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

Color convert

RGB 172 242 228 -
CMYK 0.29 0 0.06 0.05
HSL 168º 0.73% 0.81% -
HSV(B) 168º 0.29% 0.95% -
XYZ 62.77 77.88 85.12 -
YUV 219.47 132.81 94.14 -
System Red Green Blue C M Y K H S L
Decimal 172 242 228 0.29 0 0.06 0.05 168 0.73 0.81
Hex AC F2 E4 1D 0 6 5 A8 49 51
Octal 254 362 344 35 0 6 5 250 111 121
Binary 10101100 11110010 11100100 11101 0 110 101 10101000 1001001 1010001

Color Harmonies of #ACF2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2E4

Black with #ACF2E4

Text Example


Text Example

White with #ACF2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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