Html Css Color HEX #63B3AD Tradewind

📋 copy color: '#63B3AD'

red 99 ◦ green 179 ◦ blue 173

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

Shades of Tradewind #63B3AD

Tints of Tradewind #63B3AD

RGB

 RED value IS 99 (39.06% from 255) = 21.95%

 GREEN value IS 179 (70.31% from 255) = 39.69%

 BLUE value IS 173 (67.97% from 255) = 38.36%

R = 21.95%
G = 39.69%
B = 38.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#63B3AD (or 0x63B3AD) is known color: Tradewind. HEX triplet: 63, B3 and AD. RGB value is (99,179,173). Sum of RGB (Red+Green+Blue) = 99+179+173=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 179 (70.31% from 255 or 39.69% from 451); Blue value is 173 (67.97% from 255 or 38.36% from 451); Max value from RGB is 179 - color contains mainly: green. Hex color #63B3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B3AD is #9C4C52. Grayscale: #9A9A9A. Windows color (decimal): -10243155 or 11383651. OLE color: 11383651.

HSL color Cylindrical-coordinate representation of color #63B3AD: hue angle of 175.5º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63B3AD is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 99 179 173 -
CMYK 0.45 0 0.03 0.30
HSL 175.5º 0.34% 0.55% -
HSV(B) 175.5º 0.45% 0.7% -
XYZ 28.81 37.91 45.33 -
YUV 154.4 138.5 88.49 -
System Red Green Blue C M Y K H S L
Decimal 99 179 173 0.45 0 0.03 0.30 175.5 0.34 0.55
Hex 63 B3 AD 2D 0 3 1E B0 22 37
Octal 143 263 255 55 0 3 36 260 42 67
Binary 1100011 10110011 10101101 101101 0 11 11110 10110000 100010 110111

Color Harmonies of #63B3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B3AD

Black with #63B3AD

Text Example


Text Example

White with #63B3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63B3AD; }

 p { color: rgb(99,179,173); }

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

background-color css

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

 a { background-color: rgb(99,179,173); }

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

border-color css

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

 span { border-color: rgb(99,179,173); }

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