Html Css Color HEX #ACDFD0 Ice Cold

📋 copy color: '#ACDFD0'

red 172 ◦ green 223 ◦ blue 208

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

Shades of Ice Cold #ACDFD0

Tints of Ice Cold #ACDFD0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.98%

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

R = 28.52%
G = 36.98%
B = 34.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#ACDFD0 (or 0xACDFD0) is known color: Ice Cold. HEX triplet: AC, DF and D0. RGB value is (172,223,208). Sum of RGB (Red+Green+Blue) = 172+223+208=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFD0 is #53202F. Grayscale: #CECECE. Windows color (decimal): -5447728 or 13688748. OLE color: 13688748.

HSL color Cylindrical-coordinate representation of color #ACDFD0: hue angle of 162.35º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFD0 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 208 -
CMYK 0.23 0 0.07 0.13
HSL 162.35º 0.44% 0.77% -
HSV(B) 162.35º 0.23% 0.87% -
XYZ 54.79 66.1 69.55 -
YUV 206.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 172 223 208 0.23 0 0.07 0.13 162.35 0.44 0.77
Hex AC DF D0 17 0 7 D A2 2C 4D
Octal 254 337 320 27 0 7 15 242 54 115
Binary 10101100 11011111 11010000 10111 0 111 1101 10100010 101100 1001101

Color Harmonies of #ACDFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFD0

Black with #ACDFD0

Text Example


Text Example

White with #ACDFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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