#65BEB1

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

Shades of Tradewind #65BEB1

Tints of Tradewind #65BEB1

Color information

#65BEB1 (or 0x65BEB1) is unknown color: approx Tradewind. HEX triplet: 65, BE and B1. RGB value is (101,190,177). Sum of RGB (Red+Green+Blue) = 101+190+177=468 (61% of max value = 765). Red value is 101 (39.84% from 255 or 21.58% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 177 (69.53% from 255 or 37.82% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #65BEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BEB1 is #9A414E. Grayscale: #A1A1A1. Windows color (decimal): -10109263 or 11648613. OLE color: 11648613.

HSL color Cylindrical-coordinate representation of color #65BEB1: hue angle of 171.24º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65BEB1 is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB101190177-
CMYK0.4700.070.25
HSL171.24º40.64%57.06%-
HSV(B)171.24º46.84%74.51%-
XYZ31.7242.7748.18-
YUV161.91136.5184.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.58%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 177 (69.53% from 255) = 37.82%
R=21.58%
G=40.60%
B=37.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011901770.4700.070.25171.2440.6457.06
Hex65BEB12F0719ab2939
Octal1452762615707312535171
Binary1100101101111101011000110111101111100110101011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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