Html Css Color HEX #A0DFCA Scandal

📋 copy color: '#A0DFCA'

red 160 ◦ green 223 ◦ blue 202

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

Shades of Scandal #A0DFCA

Tints of Scandal #A0DFCA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 38.12%

 BLUE value IS 202 (79.3% from 255) = 34.53%

R = 27.35%
G = 38.12%
B = 34.53%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#A0DFCA (or 0xA0DFCA) is known color: Scandal. HEX triplet: A0, DF and CA. RGB value is (160,223,202). Sum of RGB (Red+Green+Blue) = 160+223+202=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 223 (87.5% from 255 or 38.12% from 585); Blue value is 202 (79.30% from 255 or 34.53% from 585); Max value from RGB is 223 - color contains mainly: green. Hex color #A0DFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0DFCA is #5F2035. Grayscale: #C9C9C9. Windows color (decimal): -6234166 or 13295520. OLE color: 13295520.

HSL color Cylindrical-coordinate representation of color #A0DFCA: hue angle of 160º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A0DFCA is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 223 202 -
CMYK 0.28 0 0.09 0.13
HSL 160º 0.5% 0.75% -
HSV(B) 160º 0.28% 0.87% -
XYZ 51.55 64.51 65.61 -
YUV 201.77 128.13 98.21 -
System Red Green Blue C M Y K H S L
Decimal 160 223 202 0.28 0 0.09 0.13 160 0.5 0.75
Hex A0 DF CA 1C 0 9 D A0 32 4B
Octal 240 337 312 34 0 11 15 240 62 113
Binary 10100000 11011111 11001010 11100 0 1001 1101 10100000 110010 1001011

Color Harmonies of #A0DFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DFCA

Black with #A0DFCA

Text Example


Text Example

White with #A0DFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DFCA; }

 p { color: rgb(160,223,202); }

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

background-color css

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

 a { background-color: rgb(160,223,202); }

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

border-color css

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

 span { border-color: rgb(160,223,202); }

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