Html Css Color HEX #ACF7E7 Water Leaf

📋 copy color: '#ACF7E7'

red 172 ◦ green 247 ◦ blue 231

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

Shades of Water Leaf #ACF7E7

Tints of Water Leaf #ACF7E7

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38%

 BLUE value IS 231 (90.63% from 255) = 35.54%

R = 26.46%
G = 38%
B = 35.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#ACF7E7 (or 0xACF7E7) is known color: Water Leaf. HEX triplet: AC, F7 and E7. RGB value is (172,247,231). Sum of RGB (Red+Green+Blue) = 172+247+231=650 (86% of max value = 765). Red value is 172 (67.58% from 255 or 26.46% from 650); Green value is 247 (96.88% from 255 or 38% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ACF7E7 is #530818. Grayscale: #DEDEDE. Windows color (decimal): -5441561 or 15202220. OLE color: 15202220.

HSL color Cylindrical-coordinate representation of color #ACF7E7: hue angle of 167.2º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7E7 is Cyan = 0.30, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 247 231 -
CMYK 0.30 0 0.06 0.03
HSL 167.2º 0.82% 0.82% -
HSV(B) 167.2º 0.3% 0.97% -
XYZ 64.7 81.06 87.84 -
YUV 222.75 132.65 91.8 -
System Red Green Blue C M Y K H S L
Decimal 172 247 231 0.30 0 0.06 0.03 167.2 0.82 0.82
Hex AC F7 E7 1E 0 6 3 A7 52 52
Octal 254 367 347 36 0 6 3 247 122 122
Binary 10101100 11110111 11100111 11110 0 110 11 10100111 1010010 1010010

Color Harmonies of #ACF7E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF7E7

Black with #ACF7E7

Text Example


Text Example

White with #ACF7E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF7E7; }

 p { color: rgb(172,247,231); }

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

background-color css

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

 a { background-color: rgb(172,247,231); }

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

border-color css

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

 span { border-color: rgb(172,247,231); }

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