Html Css Color HEX #ACEFE2 Water Leaf

📋 copy color: '#ACEFE2'

red 172 ◦ green 239 ◦ blue 226

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

Shades of Water Leaf #ACEFE2

Tints of Water Leaf #ACEFE2

RGB

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

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

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

R = 27%
G = 37.52%
B = 35.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#ACEFE2 (or 0xACEFE2) is known color: Water Leaf. HEX triplet: AC, EF and E2. RGB value is (172,239,226). Sum of RGB (Red+Green+Blue) = 172+239+226=637 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.00% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFE2 is #53101D. Grayscale: #D9D9D9. Windows color (decimal): -5443614 or 14872492. OLE color: 14872492.

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

Color convert

RGB 172 239 226 -
CMYK 0.28 0 0.05 0.06
HSL 168.36º 0.68% 0.81% -
HSV(B) 168.36º 0.28% 0.94% -
XYZ 61.61 75.99 83.37 -
YUV 217.49 132.8 95.56 -
System Red Green Blue C M Y K H S L
Decimal 172 239 226 0.28 0 0.05 0.06 168.36 0.68 0.81
Hex AC EF E2 1C 0 5 6 A8 44 51
Octal 254 357 342 34 0 5 6 250 104 121
Binary 10101100 11101111 11100010 11100 0 101 110 10101000 1000100 1010001

Color Harmonies of #ACEFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACEFE2

Black with #ACEFE2

Text Example


Text Example

White with #ACEFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACEFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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