Html Css Color HEX #63BAAE Tradewind

📋 copy color: '#63BAAE'

red 99 ◦ green 186 ◦ blue 174

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

Shades of Tradewind #63BAAE

Tints of Tradewind #63BAAE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.52%

 BLUE value IS 174 (68.36% from 255) = 37.91%

R = 21.57%
G = 40.52%
B = 37.91%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#63BAAE (or 0x63BAAE) is known color: Tradewind. HEX triplet: 63, BA and AE. RGB value is (99,186,174). Sum of RGB (Red+Green+Blue) = 99+186+174=459 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.57% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 186 - color contains mainly: green. Hex color #63BAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BAAE is #9C4551. Grayscale: #9E9E9E. Windows color (decimal): -10241362 or 11450979. OLE color: 11450979.

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

Color convert

RGB 99 186 174 -
CMYK 0.47 0 0.06 0.27
HSL 171.72º 0.39% 0.56% -
HSV(B) 171.72º 0.47% 0.73% -
XYZ 30.34 40.83 46.33 -
YUV 158.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 99 186 174 0.47 0 0.06 0.27 171.72 0.39 0.56
Hex 63 BA AE 2F 0 6 1B AC 27 38
Octal 143 272 256 57 0 6 33 254 47 70
Binary 1100011 10111010 10101110 101111 0 110 11011 10101100 100111 111000

Color Harmonies of #63BAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BAAE

Black with #63BAAE

Text Example


Text Example

White with #63BAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,186,174); }

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

background-color css

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

 a { background-color: rgb(99,186,174); }

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

border-color css

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

 span { border-color: rgb(99,186,174); }

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