Html Css Color HEX #ACF2E3 Water Leaf

📋 copy color: '#ACF2E3'

red 172 ◦ green 242 ◦ blue 227

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

Shades of Water Leaf #ACF2E3

Tints of Water Leaf #ACF2E3

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.75%

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

R = 26.83%
G = 37.75%
B = 35.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#ACF2E3 (or 0xACF2E3) is known color: Water Leaf. HEX triplet: AC, F2 and E3. RGB value is (172,242,227). Sum of RGB (Red+Green+Blue) = 172+242+227=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 242 (94.92% from 255 or 37.75% from 641); Blue value is 227 (89.06% from 255 or 35.41% from 641); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2E3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2E3 is #530D1C. Grayscale: #DBDBDB. Windows color (decimal): -5442845 or 14938796. OLE color: 14938796.

HSL color Cylindrical-coordinate representation of color #ACF2E3: hue angle of 167.14º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2E3 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 227 -
CMYK 0.29 0 0.06 0.05
HSL 167.14º 0.73% 0.81% -
HSV(B) 167.14º 0.29% 0.95% -
XYZ 62.63 77.82 84.39 -
YUV 219.36 132.31 94.22 -
System Red Green Blue C M Y K H S L
Decimal 172 242 227 0.29 0 0.06 0.05 167.14 0.73 0.81
Hex AC F2 E3 1D 0 6 5 A7 49 51
Octal 254 362 343 35 0 6 5 247 111 121
Binary 10101100 11110010 11100011 11101 0 110 101 10100111 1001001 1010001

Color Harmonies of #ACF2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF2E3

Black with #ACF2E3

Text Example


Text Example

White with #ACF2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF2E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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