#63AA9E

Color #63AA9E Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #63AA9E

Tints of Tradewind #63AA9E

Color information

#63AA9E (or 0x63AA9E) is unknown color: approx Tradewind. HEX triplet: 63, AA and 9E. RGB value is (99,170,158). Sum of RGB (Red+Green+Blue) = 99+170+158=427 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.19% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AA9E is #9C5561. Grayscale: #939393. Windows color (decimal): -10245474 or 10398307. OLE color: 10398307.

HSL color Cylindrical-coordinate representation of color #63AA9E: hue angle of 169.86º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63AA9E is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB99170158-
CMYK0.4200.070.33
HSL169.86º29.46%52.75%-
HSV(B)169.86º41.76%66.67%-
XYZ25.6933.8737.53-
YUV147.4133.9893.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 23.19%
GREEN value IS 170 (66.80% from 255) = 39.81%
BLUE value IS 158 (62.11% from 255) = 37.00%
R=23.19%
G=39.81%
B=37.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal991701580.4200.070.33169.8629.4652.75
Hex63AA9E2A0721aa1d35
Octal1432522365207412523565
Binary1100011101010101001111010101001111000011010101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,170,158); }

 H1.HeaderClassName
 {
   color: #63AA9E;
 }
 .AnyTagClassName
 {
   color: #63AA9E;
 }
</style>
background-color css

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

 a { background-color: rgb(99,170,158); }

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

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

 span { border-color: rgb(99,170,158); }

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