Html Css Color HEX #ACFDE3 Water Leaf

📋 copy color: '#ACFDE3'

red 172 ◦ green 253 ◦ blue 227

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

Shades of Water Leaf #ACFDE3

Tints of Water Leaf #ACFDE3

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.8%

 BLUE value IS 227 (89.06% from 255) = 34.82%

R = 26.38%
G = 38.8%
B = 34.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#ACFDE3 (or 0xACFDE3) is known color: Water Leaf. HEX triplet: AC, FD and E3. RGB value is (172,253,227). Sum of RGB (Red+Green+Blue) = 172+253+227=652 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.38% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 227 (89.06% from 255 or 34.82% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDE3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDE3 is #53021C. Grayscale: #E1E1E1. Windows color (decimal): -5440029 or 14941612. OLE color: 14941612.

HSL color Cylindrical-coordinate representation of color #ACFDE3: hue angle of 160.74º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDE3 is Cyan = 0.32, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 253 227 -
CMYK 0.32 0 0.10 0.01
HSL 160.74º 0.95% 0.83% -
HSV(B) 160.74º 0.32% 0.99% -
XYZ 66 84.57 85.52 -
YUV 225.82 128.66 89.61 -
System Red Green Blue C M Y K H S L
Decimal 172 253 227 0.32 0 0.10 0.01 160.74 0.95 0.83
Hex AC FD E3 20 0 A 1 A1 5F 53
Octal 254 375 343 40 0 12 1 241 137 123
Binary 10101100 11111101 11100011 100000 0 1010 1 10100001 1011111 1010011

Color Harmonies of #ACFDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFDE3

Black with #ACFDE3

Text Example


Text Example

White with #ACFDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFDE3; }

 p { color: rgb(172,253,227); }

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

background-color css

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

 a { background-color: rgb(172,253,227); }

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

border-color css

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

 span { border-color: rgb(172,253,227); }

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