Html Css Color HEX #ACFBE5 Water Leaf

📋 copy color: '#ACFBE5'

red 172 ◦ green 251 ◦ blue 229

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

Shades of Water Leaf #ACFBE5

Tints of Water Leaf #ACFBE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.12%

R = 26.38%
G = 38.5%
B = 35.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#ACFBE5 (or 0xACFBE5) is known color: Water Leaf. HEX triplet: AC, FB and E5. RGB value is (172,251,229). Sum of RGB (Red+Green+Blue) = 172+251+229=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 251 (98.44% from 255 or 38.50% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBE5 is #53041A. Grayscale: #E0E0E0. Windows color (decimal): -5440539 or 15072172. OLE color: 15072172.

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

Color convert

RGB 172 251 229 -
CMYK 0.31 0 0.09 0.02
HSL 163.29º 0.91% 0.83% -
HSV(B) 163.29º 0.31% 0.98% -
XYZ 65.65 83.42 86.77 -
YUV 224.87 130.33 90.29 -
System Red Green Blue C M Y K H S L
Decimal 172 251 229 0.31 0 0.09 0.02 163.29 0.91 0.83
Hex AC FB E5 1F 0 9 2 A3 5B 53
Octal 254 373 345 37 0 11 2 243 133 123
Binary 10101100 11111011 11100101 11111 0 1001 10 10100011 1011011 1010011

Color Harmonies of #ACFBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFBE5

Black with #ACFBE5

Text Example


Text Example

White with #ACFBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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