Html Css Color HEX #ACE5D0 Ice Cold

📋 copy color: '#ACE5D0'

red 172 ◦ green 229 ◦ blue 208

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

Shades of Ice Cold #ACE5D0

Tints of Ice Cold #ACE5D0

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.6%

 BLUE value IS 208 (81.64% from 255) = 34.15%

R = 28.24%
G = 37.6%
B = 34.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#ACE5D0 (or 0xACE5D0) is known color: Ice Cold. HEX triplet: AC, E5 and D0. RGB value is (172,229,208). Sum of RGB (Red+Green+Blue) = 172+229+208=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 229 (89.84% from 255 or 37.60% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5D0 is #531A2F. Grayscale: #D1D1D1. Windows color (decimal): -5446192 or 13690284. OLE color: 13690284.

HSL color Cylindrical-coordinate representation of color #ACE5D0: hue angle of 157.89º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE5D0 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 229 208 -
CMYK 0.25 0 0.09 0.10
HSL 157.89º 0.52% 0.79% -
HSV(B) 157.89º 0.25% 0.9% -
XYZ 56.42 69.36 70.09 -
YUV 209.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 172 229 208 0.25 0 0.09 0.10 157.89 0.52 0.79
Hex AC E5 D0 19 0 9 A 9E 34 4F
Octal 254 345 320 31 0 11 12 236 64 117
Binary 10101100 11100101 11010000 11001 0 1001 1010 10011110 110100 1001111

Color Harmonies of #ACE5D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACE5D0

Black with #ACE5D0

Text Example


Text Example

White with #ACE5D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACE5D0; }

 p { color: rgb(172,229,208); }

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

background-color css

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

 a { background-color: rgb(172,229,208); }

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

border-color css

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

 span { border-color: rgb(172,229,208); }

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