Html Css Color HEX #A0DCCB Scandal

📋 copy color: '#A0DCCB'

red 160 ◦ green 220 ◦ blue 203

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

Shades of Scandal #A0DCCB

Tints of Scandal #A0DCCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.82%

R = 27.44%
G = 37.74%
B = 34.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#A0DCCB (or 0xA0DCCB) is known color: Scandal. HEX triplet: A0, DC and CB. RGB value is (160,220,203). Sum of RGB (Red+Green+Blue) = 160+220+203=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 203 (79.69% from 255 or 34.82% from 583); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DCCB is #5F2334. Grayscale: #C8C8C8. Windows color (decimal): -6234933 or 13360288. OLE color: 13360288.

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

Color convert

RGB 160 220 203 -
CMYK 0.27 0 0.08 0.14
HSL 163º 0.46% 0.75% -
HSV(B) 163º 0.27% 0.86% -
XYZ 50.87 62.97 65.97 -
YUV 200.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 160 220 203 0.27 0 0.08 0.14 163 0.46 0.75
Hex A0 DC CB 1B 0 8 E A3 2E 4B
Octal 240 334 313 33 0 10 16 243 56 113
Binary 10100000 11011100 11001011 11011 0 1000 1110 10100011 101110 1001011

Color Harmonies of #A0DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DCCB

Black with #A0DCCB

Text Example


Text Example

White with #A0DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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