Html Css Color HEX #63B7B0 Tradewind

📋 copy color: '#63B7B0'

red 99 ◦ green 183 ◦ blue 176

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

Shades of Tradewind #63B7B0

Tints of Tradewind #63B7B0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.96%

 BLUE value IS 176 (69.14% from 255) = 38.43%

R = 21.62%
G = 39.96%
B = 38.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#63B7B0 (or 0x63B7B0) is known color: Tradewind. HEX triplet: 63, B7 and B0. RGB value is (99,183,176). Sum of RGB (Red+Green+Blue) = 99+183+176=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 183 (71.88% from 255 or 39.96% from 458); Blue value is 176 (69.14% from 255 or 38.43% from 458); Max value from RGB is 183 - color contains mainly: green. Hex color #63B7B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B7B0 is #9C484F. Grayscale: #9D9D9D. Windows color (decimal): -10242128 or 11581283. OLE color: 11581283.

HSL color Cylindrical-coordinate representation of color #63B7B0: hue angle of 175º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63B7B0 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 99 183 176 -
CMYK 0.46 0 0.04 0.28
HSL 175º 0.37% 0.55% -
HSV(B) 175º 0.46% 0.72% -
XYZ 29.92 39.65 47.15 -
YUV 157.09 138.67 86.57 -
System Red Green Blue C M Y K H S L
Decimal 99 183 176 0.46 0 0.04 0.28 175 0.37 0.55
Hex 63 B7 B0 2E 0 4 1C AF 25 37
Octal 143 267 260 56 0 4 34 257 45 67
Binary 1100011 10110111 10110000 101110 0 100 11100 10101111 100101 110111

Color Harmonies of #63B7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63B7B0

Black with #63B7B0

Text Example


Text Example

White with #63B7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,183,176); }

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

background-color css

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

 a { background-color: rgb(99,183,176); }

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

border-color css

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

 span { border-color: rgb(99,183,176); }

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