#65BCB3

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

Shades of Tradewind #65BCB3

Tints of Tradewind #65BCB3

Color information

#65BCB3 (or 0x65BCB3) is unknown color: approx Tradewind. HEX triplet: 65, BC and B3. RGB value is (101,188,179). Sum of RGB (Red+Green+Blue) = 101+188+179=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 179 (70.31% from 255 or 38.25% from 468); Max value from RGB is 188 - color contains mainly: green. Hex color #65BCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BCB3 is #9A434C. Grayscale: #A0A0A0. Windows color (decimal): -10109773 or 11779173. OLE color: 11779173.

HSL color Cylindrical-coordinate representation of color #65BCB3: hue angle of 173.79º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BCB3 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB101188179-
CMYK0.4600.050.26
HSL173.79º39.37%56.67%-
HSV(B)173.79º46.28%73.73%-
XYZ31.4941.9949.09-
YUV160.96138.1885.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.58%
GREEN value IS 188 (73.83% from 255) = 40.17%
BLUE value IS 179 (70.31% from 255) = 38.25%
R=21.58%
G=40.17%
B=38.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011881790.4600.050.26173.7939.3756.67
Hex65BCB32E051Aae2739
Octal1452742635605322564771
Binary1100101101111001011001110111001011101010101110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65BCB3; }

 p { color: rgb(101,188,179); }

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

<style>
 a { background-color: #65BCB3; }

 a { background-color: rgb(101,188,179); }

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

<style>
 span { border-color: #65BCB3; }

 span { border-color: rgb(101,188,179); }

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