Html Css Color HEX #ACFFE7 Water Leaf

📋 copy color: '#ACFFE7'

red 172 ◦ green 255 ◦ blue 231

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

Shades of Water Leaf #ACFFE7

Tints of Water Leaf #ACFFE7

RGB

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

 GREEN value IS 255 (100% from 255) = 38.75%

 BLUE value IS 231 (90.63% from 255) = 35.11%

R = 26.14%
G = 38.75%
B = 35.11%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#ACFFE7 (or 0xACFFE7) is known color: Water Leaf. HEX triplet: AC, FF and E7. RGB value is (172,255,231). Sum of RGB (Red+Green+Blue) = 172+255+231=658 (87% of max value = 765). Red value is 172 (67.58% from 255 or 26.14% from 658); Green value is 255 (100% from 255 or 38.75% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFFE7 is #530018. Grayscale: #E3E3E3. Windows color (decimal): -5439513 or 15204268. OLE color: 15204268.

HSL color Cylindrical-coordinate representation of color #ACFFE7: hue angle of 162.65º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFE7 is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 231 -
CMYK 0.33 0 0.09 0
HSL 162.65º 1% 0.84% -
HSV(B) 162.65º 0.33% 1% -
XYZ 67.2 86.06 88.67 -
YUV 227.45 130 88.45 -
System Red Green Blue C M Y K H S L
Decimal 172 255 231 0.33 0 0.09 0 162.65 1 0.84
Hex AC FF E7 21 0 9 0 A3 64 54
Octal 254 377 347 41 0 11 0 243 144 124
Binary 10101100 11111111 11100111 100001 0 1001 0 10100011 1100100 1010100

Color Harmonies of #ACFFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFFE7

Black with #ACFFE7

Text Example


Text Example

White with #ACFFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFFE7; }

 p { color: rgb(172,255,231); }

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

background-color css

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

 a { background-color: rgb(172,255,231); }

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

border-color css

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

 span { border-color: rgb(172,255,231); }

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