Html Css Color HEX #ACD8CE Scandal

📋 copy color: '#ACD8CE'

red 172 ◦ green 216 ◦ blue 206

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

Shades of Scandal #ACD8CE

Tints of Scandal #ACD8CE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.36%

 BLUE value IS 206 (80.86% from 255) = 34.68%

R = 28.96%
G = 36.36%
B = 34.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#ACD8CE (or 0xACD8CE) is known color: Scandal. HEX triplet: AC, D8 and CE. RGB value is (172,216,206). Sum of RGB (Red+Green+Blue) = 172+216+206=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8CE is #532731. Grayscale: #C9C9C9. Windows color (decimal): -5449522 or 13555884. OLE color: 13555884.

HSL color Cylindrical-coordinate representation of color #ACD8CE: hue angle of 166.36º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD8CE is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 206 -
CMYK 0.20 0 0.05 0.15
HSL 166.36º 0.36% 0.76% -
HSV(B) 166.36º 0.2% 0.85% -
XYZ 52.71 62.34 67.65 -
YUV 201.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 172 216 206 0.20 0 0.05 0.15 166.36 0.36 0.76
Hex AC D8 CE 14 0 5 F A6 24 4C
Octal 254 330 316 24 0 5 17 246 44 114
Binary 10101100 11011000 11001110 10100 0 101 1111 10100110 100100 1001100

Color Harmonies of #ACD8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8CE

Black with #ACD8CE

Text Example


Text Example

White with #ACD8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8CE; }

 p { color: rgb(172,216,206); }

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

background-color css

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

 a { background-color: rgb(172,216,206); }

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

border-color css

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

 span { border-color: rgb(172,216,206); }

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