#62BBB1

Color #62BBB1 Tradewind (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tradewind #62BBB1

Tints of Tradewind #62BBB1

Color information

#62BBB1 (or 0x62BBB1) is unknown color: approx Tradewind. HEX triplet: 62, BB and B1. RGB value is (98,187,177). Sum of RGB (Red+Green+Blue) = 98+187+177=462 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.21% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #62BBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #62BBB1 is #9D444E. Grayscale: #9F9F9F. Windows color (decimal): -10306639 or 11647842. OLE color: 11647842.

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

Color convert

RGB98187177-
CMYK0.4800.050.27
HSL173.26º39.56%55.88%-
HSV(B)173.26º47.59%73.33%-
XYZ30.7441.3147.95-
YUV159.25138.0184.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.21%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 177 (69.53% from 255) = 38.31%
R=21.21%
G=40.48%
B=38.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal981871770.4800.050.27173.2639.5655.88
Hex62BBB130051Bad2838
Octal1422732616005332555070
Binary1100010101110111011000111000001011101110101101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62BBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62BBB1; }

 p { color: rgb(98,187,177); }

 H1.HeaderClassName
 {
   color: #62BBB1;
 }
 .AnyTagClassName
 {
   color: #62BBB1;
 }
</style>
background-color css

<style>
 a { background-color: #62BBB1; }

 a { background-color: rgb(98,187,177); }

 div.DivClassName
 {
   background-color: #62BBB1;
 }
 .BgClassName
 {
   background-color: #62BBB1;
 }
</style>
border-color css

<style>
 span { border-color: #62BBB1; }

 span { border-color: rgb(98,187,177); }

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