Html Css Color HEX #63B4A5 Tradewind

📋 copy color: '#63B4A5'

red 99 ◦ green 180 ◦ blue 165

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

Shades of Tradewind #63B4A5

Tints of Tradewind #63B4A5

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.54%

 BLUE value IS 165 (64.84% from 255) = 37.16%

R = 22.3%
G = 40.54%
B = 37.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#63B4A5 (or 0x63B4A5) is known color: Tradewind. HEX triplet: 63, B4 and A5. RGB value is (99,180,165). Sum of RGB (Red+Green+Blue) = 99+180+165=444 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.30% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 180 - color contains mainly: green. Hex color #63B4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B4A5 is #9C4B5A. Grayscale: #9A9A9A. Windows color (decimal): -10242907 or 10859619. OLE color: 10859619.

HSL color Cylindrical-coordinate representation of color #63B4A5: hue angle of 168.89º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #63B4A5 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 99 180 165 -
CMYK 0.45 0 0.08 0.29
HSL 168.89º 0.35% 0.55% -
HSV(B) 168.89º 0.45% 0.71% -
XYZ 28.26 38.01 41.44 -
YUV 154.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 99 180 165 0.45 0 0.08 0.29 168.89 0.35 0.55
Hex 63 B4 A5 2D 0 8 1D A9 23 37
Octal 143 264 245 55 0 10 35 251 43 67
Binary 1100011 10110100 10100101 101101 0 1000 11101 10101001 100011 110111

Color Harmonies of #63B4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B4A5

Black with #63B4A5

Text Example


Text Example

White with #63B4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,180,165); }

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

background-color css

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

 a { background-color: rgb(99,180,165); }

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

border-color css

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

 span { border-color: rgb(99,180,165); }

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