Html Css Color HEX #63B9AF Tradewind

📋 copy color: '#63B9AF'

red 99 ◦ green 185 ◦ blue 175

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

Shades of Tradewind #63B9AF

Tints of Tradewind #63B9AF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.31%

 BLUE value IS 175 (68.75% from 255) = 38.13%

R = 21.57%
G = 40.31%
B = 38.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.05

 K value IS 0.27

RGB Variations

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

Color information

#63B9AF (or 0x63B9AF) is known color: Tradewind. HEX triplet: 63, B9 and AF. RGB value is (99,185,175). Sum of RGB (Red+Green+Blue) = 99+185+175=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #63B9AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B9AF is #9C4650. Grayscale: #9E9E9E. Windows color (decimal): -10241617 or 11516259. OLE color: 11516259.

HSL color Cylindrical-coordinate representation of color #63B9AF: hue angle of 173.02º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63B9AF is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 185 175 -
CMYK 0.46 0 0.05 0.27
HSL 173.02º 0.38% 0.56% -
HSV(B) 173.02º 0.46% 0.73% -
XYZ 30.23 40.45 46.77 -
YUV 158.15 137.51 85.81 -
System Red Green Blue C M Y K H S L
Decimal 99 185 175 0.46 0 0.05 0.27 173.02 0.38 0.56
Hex 63 B9 AF 2E 0 5 1B AD 26 38
Octal 143 271 257 56 0 5 33 255 46 70
Binary 1100011 10111001 10101111 101110 0 101 11011 10101101 100110 111000

Color Harmonies of #63B9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B9AF

Black with #63B9AF

Text Example


Text Example

White with #63B9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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