Html Css Color HEX #ACFBE8 Water Leaf

📋 copy color: '#ACFBE8'

red 172 ◦ green 251 ◦ blue 232

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

Shades of Water Leaf #ACFBE8

Tints of Water Leaf #ACFBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.42%

R = 26.26%
G = 38.32%
B = 35.42%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#ACFBE8 (or 0xACFBE8) is known color: Water Leaf. HEX triplet: AC, FB and E8. RGB value is (172,251,232). Sum of RGB (Red+Green+Blue) = 172+251+232=655 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.26% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACFBE8 is #530417. Grayscale: #E1E1E1. Windows color (decimal): -5440536 or 15268780. OLE color: 15268780.

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

Color convert

RGB 172 251 232 -
CMYK 0.31 0 0.08 0.02
HSL 165.57º 0.91% 0.83% -
HSV(B) 165.57º 0.31% 0.98% -
XYZ 66.08 83.59 89 -
YUV 225.21 131.83 90.04 -
System Red Green Blue C M Y K H S L
Decimal 172 251 232 0.31 0 0.08 0.02 165.57 0.91 0.83
Hex AC FB E8 1F 0 8 2 A6 5B 53
Octal 254 373 350 37 0 10 2 246 133 123
Binary 10101100 11111011 11101000 11111 0 1000 10 10100110 1011011 1010011

Color Harmonies of #ACFBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFBE8

Black with #ACFBE8

Text Example


Text Example

White with #ACFBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFBE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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