Html Css Color HEX #A0DCC8 Scandal

📋 copy color: '#A0DCC8'

red 160 ◦ green 220 ◦ blue 200

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

Shades of Scandal #A0DCC8

Tints of Scandal #A0DCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.48%

R = 27.59%
G = 37.93%
B = 34.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#A0DCC8 (or 0xA0DCC8) is known color: Scandal. HEX triplet: A0, DC and C8. RGB value is (160,220,200). Sum of RGB (Red+Green+Blue) = 160+220+200=580 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.59% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 200 (78.52% from 255 or 34.48% from 580); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCC8 is #5F2337. Grayscale: #C7C7C7. Windows color (decimal): -6234936 or 13163680. OLE color: 13163680.

HSL color Cylindrical-coordinate representation of color #A0DCC8: hue angle of 160º 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 #A0DCC8 is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 220 200 -
CMYK 0.27 0 0.09 0.14
HSL 160º 0.46% 0.75% -
HSV(B) 160º 0.27% 0.86% -
XYZ 50.52 62.83 64.11 -
YUV 199.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 160 220 200 0.27 0 0.09 0.14 160 0.46 0.75
Hex A0 DC C8 1B 0 9 E A0 2E 4B
Octal 240 334 310 33 0 11 16 240 56 113
Binary 10100000 11011100 11001000 11011 0 1001 1110 10100000 101110 1001011

Color Harmonies of #A0DCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCC8

Black with #A0DCC8

Text Example


Text Example

White with #A0DCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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