Html Css Color HEX #63B3A7 Tradewind

📋 copy color: '#63B3A7'

red 99 ◦ green 179 ◦ blue 167

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

Shades of Tradewind #63B3A7

Tints of Tradewind #63B3A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 37.53%

R = 22.25%
G = 40.22%
B = 37.53%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.30

RGB Variations

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

Color information

#63B3A7 (or 0x63B3A7) is known color: Tradewind. HEX triplet: 63, B3 and A7. RGB value is (99,179,167). Sum of RGB (Red+Green+Blue) = 99+179+167=445 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.25% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 179 - color contains mainly: green. Hex color #63B3A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B3A7 is #9C4C58. Grayscale: #999999. Windows color (decimal): -10243161 or 10990435. OLE color: 10990435.

HSL color Cylindrical-coordinate representation of color #63B3A7: hue angle of 171º 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 #63B3A7 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB 99 179 167 -
CMYK 0.45 0 0.07 0.30
HSL 171º 0.34% 0.55% -
HSV(B) 171º 0.45% 0.7% -
XYZ 28.24 37.68 42.34 -
YUV 153.71 135.5 88.98 -
System Red Green Blue C M Y K H S L
Decimal 99 179 167 0.45 0 0.07 0.30 171 0.34 0.55
Hex 63 B3 A7 2D 0 7 1E AB 22 37
Octal 143 263 247 55 0 7 36 253 42 67
Binary 1100011 10110011 10100111 101101 0 111 11110 10101011 100010 110111

Color Harmonies of #63B3A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B3A7

Black with #63B3A7

Text Example


Text Example

White with #63B3A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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