Html Css Color HEX #ACFBE4 Water Leaf

📋 copy color: '#ACFBE4'

red 172 ◦ green 251 ◦ blue 228

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

Shades of Water Leaf #ACFBE4

Tints of Water Leaf #ACFBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 35.02%

R = 26.42%
G = 38.56%
B = 35.02%

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

#ACFBE4 (or 0xACFBE4) is known color: Water Leaf. HEX triplet: AC, FB and E4. RGB value is (172,251,228). Sum of RGB (Red+Green+Blue) = 172+251+228=651 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.42% from 651); Green value is 251 (98.44% from 255 or 38.56% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBE4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBE4 is #53041B. Grayscale: #E0E0E0. Windows color (decimal): -5440540 or 15006636. OLE color: 15006636.

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

Color convert

RGB 172 251 228 -
CMYK 0.31 0 0.09 0.02
HSL 162.53º 0.91% 0.83% -
HSV(B) 162.53º 0.31% 0.98% -
XYZ 65.51 83.37 86.04 -
YUV 224.76 129.83 90.37 -
System Red Green Blue C M Y K H S L
Decimal 172 251 228 0.31 0 0.09 0.02 162.53 0.91 0.83
Hex AC FB E4 1F 0 9 2 A3 5B 53
Octal 254 373 344 37 0 11 2 243 133 123
Binary 10101100 11111011 11100100 11111 0 1001 10 10100011 1011011 1010011

Color Harmonies of #ACFBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFBE4

Black with #ACFBE4

Text Example


Text Example

White with #ACFBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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