#65BCB1

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

Shades of Tradewind #65BCB1

Tints of Tradewind #65BCB1

Color information

#65BCB1 (or 0x65BCB1) is unknown color: approx Tradewind. HEX triplet: 65, BC and B1. RGB value is (101,188,177). Sum of RGB (Red+Green+Blue) = 101+188+177=466 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.67% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 177 (69.53% from 255 or 37.98% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #65BCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BCB1 is #9A434E. Grayscale: #A0A0A0. Windows color (decimal): -10109775 or 11648101. OLE color: 11648101.

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

Color convert

RGB101188177-
CMYK0.4600.060.26
HSL172.41º39.37%56.67%-
HSV(B)172.41º46.28%73.73%-
XYZ31.2941.9148.03-
YUV160.73137.1885.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.67%
GREEN value IS 188 (73.83% from 255) = 40.34%
BLUE value IS 177 (69.53% from 255) = 37.98%
R=21.67%
G=40.34%
B=37.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1011881770.4600.060.26172.4139.3756.67
Hex65BCB12E061Aac2739
Octal1452742615606322544771
Binary1100101101111001011000110111001101101010101100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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