Html Css Color HEX #ADD7CA Scandal

📋 copy color: '#ADD7CA'

red 173 ◦ green 215 ◦ blue 202

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

Shades of Scandal #ADD7CA

Tints of Scandal #ADD7CA

RGB

 RED value IS 173 (67.97% from 255) = 29.32%

 GREEN value IS 215 (84.38% from 255) = 36.44%

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

R = 29.32%
G = 36.44%
B = 34.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#ADD7CA (or 0xADD7CA) is known color: Scandal. HEX triplet: AD, D7 and CA. RGB value is (173,215,202). Sum of RGB (Red+Green+Blue) = 173+215+202=590 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.32% from 590); Green value is 215 (84.38% from 255 or 36.44% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7CA is #522835. Grayscale: #C8C8C8. Windows color (decimal): -5384246 or 13293485. OLE color: 13293485.

HSL color Cylindrical-coordinate representation of color #ADD7CA: hue angle of 161.43º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7CA is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 215 202 -
CMYK 0.20 0 0.06 0.16
HSL 161.43º 0.34% 0.76% -
HSV(B) 161.43º 0.2% 0.84% -
XYZ 52.19 61.75 65.04 -
YUV 200.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 173 215 202 0.20 0 0.06 0.16 161.43 0.34 0.76
Hex AD D7 CA 14 0 6 10 A1 22 4C
Octal 255 327 312 24 0 6 20 241 42 114
Binary 10101101 11010111 11001010 10100 0 110 10000 10100001 100010 1001100

Color Harmonies of #ADD7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD7CA

Black with #ADD7CA

Text Example


Text Example

White with #ADD7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD7CA; }

 p { color: rgb(173,215,202); }

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

background-color css

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

 a { background-color: rgb(173,215,202); }

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

border-color css

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

 span { border-color: rgb(173,215,202); }

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