Html Css Color HEX #ACFAEA Water Leaf

📋 copy color: '#ACFAEA'

red 172 ◦ green 250 ◦ blue 234

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

Shades of Water Leaf #ACFAEA

Tints of Water Leaf #ACFAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.11%

 BLUE value IS 234 (91.8% from 255) = 35.67%

R = 26.22%
G = 38.11%
B = 35.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#ACFAEA (or 0xACFAEA) is known color: Water Leaf. HEX triplet: AC, FA and EA. RGB value is (172,250,234). Sum of RGB (Red+Green+Blue) = 172+250+234=656 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.22% from 656); Green value is 250 (98.05% from 255 or 38.11% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFAEA is #530515. Grayscale: #E0E0E0. Windows color (decimal): -5440790 or 15399596. OLE color: 15399596.

HSL color Cylindrical-coordinate representation of color #ACFAEA: hue angle of 167.69º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAEA is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 250 234 -
CMYK 0.31 0 0.06 0.02
HSL 167.69º 0.89% 0.83% -
HSV(B) 167.69º 0.31% 0.98% -
XYZ 66.05 83.08 90.4 -
YUV 224.85 133.16 90.3 -
System Red Green Blue C M Y K H S L
Decimal 172 250 234 0.31 0 0.06 0.02 167.69 0.89 0.83
Hex AC FA EA 1F 0 6 2 A8 59 53
Octal 254 372 352 37 0 6 2 250 131 123
Binary 10101100 11111010 11101010 11111 0 110 10 10101000 1011001 1010011

Color Harmonies of #ACFAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFAEA

Black with #ACFAEA

Text Example


Text Example

White with #ACFAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFAEA; }

 p { color: rgb(172,250,234); }

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

background-color css

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

 a { background-color: rgb(172,250,234); }

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

border-color css

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

 span { border-color: rgb(172,250,234); }

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