Html Css Color HEX #A1DACA Scandal

📋 copy color: '#A1DACA'

red 161 ◦ green 218 ◦ blue 202

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

Shades of Scandal #A1DACA

Tints of Scandal #A1DACA

RGB

 RED value IS 161 (63.28% from 255) = 27.71%

 GREEN value IS 218 (85.55% from 255) = 37.52%

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

R = 27.71%
G = 37.52%
B = 34.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#A1DACA (or 0xA1DACA) is known color: Scandal. HEX triplet: A1, DA and CA. RGB value is (161,218,202). Sum of RGB (Red+Green+Blue) = 161+218+202=581 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.71% from 581); Green value is 218 (85.55% from 255 or 37.52% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DACA is #5E2535. Grayscale: #C7C7C7. Windows color (decimal): -6169910 or 13294241. OLE color: 13294241.

HSL color Cylindrical-coordinate representation of color #A1DACA: hue angle of 163.16º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1DACA is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 161 218 202 -
CMYK 0.26 0 0.07 0.15
HSL 163.16º 0.44% 0.74% -
HSV(B) 163.16º 0.26% 0.85% -
XYZ 50.43 61.98 65.18 -
YUV 199.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 161 218 202 0.26 0 0.07 0.15 163.16 0.44 0.74
Hex A1 DA CA 1A 0 7 F A3 2C 4A
Octal 241 332 312 32 0 7 17 243 54 112
Binary 10100001 11011010 11001010 11010 0 111 1111 10100011 101100 1001010

Color Harmonies of #A1DACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DACA

Black with #A1DACA

Text Example


Text Example

White with #A1DACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DACA; }

 p { color: rgb(161,218,202); }

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

background-color css

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

 a { background-color: rgb(161,218,202); }

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

border-color css

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

 span { border-color: rgb(161,218,202); }

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