#65BCB2

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

Shades of Tradewind #65BCB2

Tints of Tradewind #65BCB2

Color information

#65BCB2 (or 0x65BCB2) is unknown color: approx Tradewind. HEX triplet: 65, BC and B2. RGB value is (101,188,178). Sum of RGB (Red+Green+Blue) = 101+188+178=467 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.63% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 178 (69.92% from 255 or 38.12% from 467); Max value from RGB is 188 - color contains mainly: green. Hex color #65BCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BCB2 is #9A434D. Grayscale: #A0A0A0. Windows color (decimal): -10109774 or 11713637. OLE color: 11713637.

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

Color convert

RGB101188178-
CMYK0.4600.050.26
HSL173.1º39.37%56.67%-
HSV(B)173.1º46.28%73.73%-
XYZ31.3941.9548.56-
YUV160.85137.6885.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.63%
GREEN value IS 188 (73.83% from 255) = 40.26%
BLUE value IS 178 (69.92% from 255) = 38.12%
R=21.63%
G=40.26%
B=38.12%

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
Decimal1011881780.4600.050.26173.139.3756.67
Hex65BCB22E051Aad2739
Octal1452742625605322554771
Binary1100101101111001011001010111001011101010101101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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