Html Css Color HEX #ACFBE2 Water Leaf

📋 copy color: '#ACFBE2'

red 172 ◦ green 251 ◦ blue 226

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

Shades of Water Leaf #ACFBE2

Tints of Water Leaf #ACFBE2

RGB

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

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

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

R = 26.5%
G = 38.67%
B = 34.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#ACFBE2 (or 0xACFBE2) is known color: Water Leaf. HEX triplet: AC, FB and E2. RGB value is (172,251,226). Sum of RGB (Red+Green+Blue) = 172+251+226=649 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.50% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBE2 is #53041D. Grayscale: #E0E0E0. Windows color (decimal): -5440542 or 14875564. OLE color: 14875564.

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

Color convert

RGB 172 251 226 -
CMYK 0.31 0 0.10 0.02
HSL 161.01º 0.91% 0.83% -
HSV(B) 161.01º 0.31% 0.98% -
XYZ 65.24 83.26 84.58 -
YUV 224.53 128.83 90.53 -
System Red Green Blue C M Y K H S L
Decimal 172 251 226 0.31 0 0.10 0.02 161.01 0.91 0.83
Hex AC FB E2 1F 0 A 2 A1 5B 53
Octal 254 373 342 37 0 12 2 241 133 123
Binary 10101100 11111011 11100010 11111 0 1010 10 10100001 1011011 1010011

Color Harmonies of #ACFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFBE2

Black with #ACFBE2

Text Example


Text Example

White with #ACFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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