Html Css Color HEX #63ABA8 Tradewind

📋 copy color: '#63ABA8'

red 99 ◦ green 171 ◦ blue 168

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

Shades of Tradewind #63ABA8

Tints of Tradewind #63ABA8

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.04%

 BLUE value IS 168 (66.02% from 255) = 38.36%

R = 22.6%
G = 39.04%
B = 38.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#63ABA8 (or 0x63ABA8) is known color: Tradewind. HEX triplet: 63, AB and A8. RGB value is (99,171,168). Sum of RGB (Red+Green+Blue) = 99+171+168=438 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.60% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 171 - color contains mainly: green. Hex color #63ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63ABA8 is #9C5457. Grayscale: #959595. Windows color (decimal): -10245208 or 11053923. OLE color: 11053923.

HSL color Cylindrical-coordinate representation of color #63ABA8: hue angle of 177.5º degrees, saturation: 0.3, 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 #63ABA8 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 99 171 168 -
CMYK 0.42 0 0.02 0.33
HSL 177.5º 0.3% 0.53% -
HSV(B) 177.5º 0.42% 0.67% -
XYZ 26.78 34.61 42.31 -
YUV 149.13 138.65 92.24 -
System Red Green Blue C M Y K H S L
Decimal 99 171 168 0.42 0 0.02 0.33 177.5 0.3 0.53
Hex 63 AB A8 2A 0 2 21 B2 1E 35
Octal 143 253 250 52 0 2 41 262 36 65
Binary 1100011 10101011 10101000 101010 0 10 100001 10110010 11110 110101

Color Harmonies of #63ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ABA8

Black with #63ABA8

Text Example


Text Example

White with #63ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,171,168); }

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

background-color css

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

 a { background-color: rgb(99,171,168); }

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

border-color css

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

 span { border-color: rgb(99,171,168); }

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