Html Css Color HEX #63AFA1 Tradewind

📋 copy color: '#63AFA1'

red 99 ◦ green 175 ◦ blue 161

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

Shades of Tradewind #63AFA1

Tints of Tradewind #63AFA1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.23%

 BLUE value IS 161 (63.28% from 255) = 37.01%

R = 22.76%
G = 40.23%
B = 37.01%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#63AFA1 (or 0x63AFA1) is known color: Tradewind. HEX triplet: 63, AF and A1. RGB value is (99,175,161). Sum of RGB (Red+Green+Blue) = 99+175+161=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #63AFA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63AFA1 is #9C505E. Grayscale: #969696. Windows color (decimal): -10244191 or 10596195. OLE color: 10596195.

HSL color Cylindrical-coordinate representation of color #63AFA1: hue angle of 168.95º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #63AFA1 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 175 161 -
CMYK 0.43 0 0.08 0.31
HSL 168.95º 0.32% 0.54% -
HSV(B) 168.95º 0.43% 0.69% -
XYZ 26.91 35.89 39.23 -
YUV 150.68 133.82 91.14 -
System Red Green Blue C M Y K H S L
Decimal 99 175 161 0.43 0 0.08 0.31 168.95 0.32 0.54
Hex 63 AF A1 2B 0 8 1F A9 20 36
Octal 143 257 241 53 0 10 37 251 40 66
Binary 1100011 10101111 10100001 101011 0 1000 11111 10101001 100000 110110

Color Harmonies of #63AFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AFA1

Black with #63AFA1

Text Example


Text Example

White with #63AFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,175,161); }

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

background-color css

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

 a { background-color: rgb(99,175,161); }

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

border-color css

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

 span { border-color: rgb(99,175,161); }

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