Html Css Color HEX #A0DCC5 Scandal

📋 copy color: '#A0DCC5'

red 160 ◦ green 220 ◦ blue 197

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

Shades of Scandal #A0DCC5

Tints of Scandal #A0DCC5

RGB

 RED value IS 160 (62.89% from 255) = 27.73%

 GREEN value IS 220 (86.33% from 255) = 38.13%

 BLUE value IS 197 (77.34% from 255) = 34.14%

R = 27.73%
G = 38.13%
B = 34.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#A0DCC5 (or 0xA0DCC5) is known color: Scandal. HEX triplet: A0, DC and C5. RGB value is (160,220,197). Sum of RGB (Red+Green+Blue) = 160+220+197=577 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.73% from 577); Green value is 220 (86.33% from 255 or 38.13% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCC5 is #5F233A. Grayscale: #C7C7C7. Windows color (decimal): -6234939 or 12967072. OLE color: 12967072.

HSL color Cylindrical-coordinate representation of color #A0DCC5: hue angle of 157º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A0DCC5 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 220 197 -
CMYK 0.27 0 0.10 0.14
HSL 157º 0.46% 0.75% -
HSV(B) 157º 0.27% 0.86% -
XYZ 50.17 62.69 62.28 -
YUV 199.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 160 220 197 0.27 0 0.10 0.14 157 0.46 0.75
Hex A0 DC C5 1B 0 A E 9D 2E 4B
Octal 240 334 305 33 0 12 16 235 56 113
Binary 10100000 11011100 11000101 11011 0 1010 1110 10011101 101110 1001011

Color Harmonies of #A0DCC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCC5

Black with #A0DCC5

Text Example


Text Example

White with #A0DCC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCC5; }

 p { color: rgb(160,220,197); }

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

background-color css

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

 a { background-color: rgb(160,220,197); }

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

border-color css

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

 span { border-color: rgb(160,220,197); }

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