Html Css Color HEX #ACEFE0 Water Leaf

📋 copy color: '#ACEFE0'

red 172 ◦ green 239 ◦ blue 224

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

Shades of Water Leaf #ACEFE0

Tints of Water Leaf #ACEFE0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.64%

 BLUE value IS 224 (87.89% from 255) = 35.28%

R = 27.09%
G = 37.64%
B = 35.28%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#ACEFE0 (or 0xACEFE0) is known color: Water Leaf. HEX triplet: AC, EF and E0. RGB value is (172,239,224). Sum of RGB (Red+Green+Blue) = 172+239+224=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 224 (87.89% from 255 or 35.28% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFE0 is #53101F. Grayscale: #D9D9D9. Windows color (decimal): -5443616 or 14741420. OLE color: 14741420.

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

Color convert

RGB 172 239 224 -
CMYK 0.28 0 0.06 0.06
HSL 166.57º 0.68% 0.81% -
HSV(B) 166.57º 0.28% 0.94% -
XYZ 61.33 75.89 81.94 -
YUV 217.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 172 239 224 0.28 0 0.06 0.06 166.57 0.68 0.81
Hex AC EF E0 1C 0 6 6 A7 44 51
Octal 254 357 340 34 0 6 6 247 104 121
Binary 10101100 11101111 11100000 11100 0 110 110 10100111 1000100 1010001

Color Harmonies of #ACEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFE0

Black with #ACEFE0

Text Example


Text Example

White with #ACEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFE0; }

 p { color: rgb(172,239,224); }

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

background-color css

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

 a { background-color: rgb(172,239,224); }

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

border-color css

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

 span { border-color: rgb(172,239,224); }

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