Html Css Color HEX #63BAAF Tradewind

📋 copy color: '#63BAAF'

red 99 ◦ green 186 ◦ blue 175

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

Shades of Tradewind #63BAAF

Tints of Tradewind #63BAAF

RGB

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

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

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

R = 21.52%
G = 40.43%
B = 38.04%

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

#63BAAF (or 0x63BAAF) is known color: Tradewind. HEX triplet: 63, BA and AF. RGB value is (99,186,175). Sum of RGB (Red+Green+Blue) = 99+186+175=460 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.52% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 186 - color contains mainly: green. Hex color #63BAAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BAAF is #9C4550. Grayscale: #9E9E9E. Windows color (decimal): -10241361 or 11516515. OLE color: 11516515.

HSL color Cylindrical-coordinate representation of color #63BAAF: hue angle of 172.41º 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 #63BAAF is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 99 186 175 -
CMYK 0.47 0 0.06 0.27
HSL 172.41º 0.39% 0.56% -
HSV(B) 172.41º 0.47% 0.73% -
XYZ 30.44 40.87 46.84 -
YUV 158.73 137.18 85.39 -
System Red Green Blue C M Y K H S L
Decimal 99 186 175 0.47 0 0.06 0.27 172.41 0.39 0.56
Hex 63 BA AF 2F 0 6 1B AC 27 38
Octal 143 272 257 57 0 6 33 254 47 70
Binary 1100011 10111010 10101111 101111 0 110 11011 10101100 100111 111000

Color Harmonies of #63BAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63BAAF

Black with #63BAAF

Text Example


Text Example

White with #63BAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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