Html Css Color HEX #ACFBE0 Water Leaf

📋 copy color: '#ACFBE0'

red 172 ◦ green 251 ◦ blue 224

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

Shades of Water Leaf #ACFBE0

Tints of Water Leaf #ACFBE0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.79%

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

R = 26.58%
G = 38.79%
B = 34.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#ACFBE0 (or 0xACFBE0) is known color: Water Leaf. HEX triplet: AC, FB and E0. RGB value is (172,251,224). Sum of RGB (Red+Green+Blue) = 172+251+224=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 224 (87.89% from 255 or 34.62% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBE0 is #53041F. Grayscale: #E0E0E0. Windows color (decimal): -5440544 or 14744492. OLE color: 14744492.

HSL color Cylindrical-coordinate representation of color #ACFBE0: hue angle of 159.49º degrees, saturation: 0.91, 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 #ACFBE0 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 251 224 -
CMYK 0.31 0 0.11 0.02
HSL 159.49º 0.91% 0.83% -
HSV(B) 159.49º 0.31% 0.98% -
XYZ 64.96 83.15 83.15 -
YUV 224.3 127.83 90.7 -
System Red Green Blue C M Y K H S L
Decimal 172 251 224 0.31 0 0.11 0.02 159.49 0.91 0.83
Hex AC FB E0 1F 0 B 2 9F 5B 53
Octal 254 373 340 37 0 13 2 237 133 123
Binary 10101100 11111011 11100000 11111 0 1011 10 10011111 1011011 1010011

Color Harmonies of #ACFBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFBE0

Black with #ACFBE0

Text Example


Text Example

White with #ACFBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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