Html Css Color HEX #A0DCCC Scandal

📋 copy color: '#A0DCCC'

red 160 ◦ green 220 ◦ blue 204

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

Shades of Scandal #A0DCCC

Tints of Scandal #A0DCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.93%

R = 27.4%
G = 37.67%
B = 34.93%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#A0DCCC (or 0xA0DCCC) is known color: Scandal. HEX triplet: A0, DC and CC. RGB value is (160,220,204). Sum of RGB (Red+Green+Blue) = 160+220+204=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 204 (80.08% from 255 or 34.93% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCCC is #5F2333. Grayscale: #C8C8C8. Windows color (decimal): -6234932 or 13425824. OLE color: 13425824.

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

Color convert

RGB 160 220 204 -
CMYK 0.27 0 0.07 0.14
HSL 164º 0.46% 0.75% -
HSV(B) 164º 0.27% 0.86% -
XYZ 50.99 63.02 66.6 -
YUV 200.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 160 220 204 0.27 0 0.07 0.14 164 0.46 0.75
Hex A0 DC CC 1B 0 7 E A4 2E 4B
Octal 240 334 314 33 0 7 16 244 56 113
Binary 10100000 11011100 11001100 11011 0 111 1110 10100100 101110 1001011

Color Harmonies of #A0DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCCC

Black with #A0DCCC

Text Example


Text Example

White with #A0DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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