#65BEB4

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

Shades of Tradewind #65BEB4

Tints of Tradewind #65BEB4

Color information

#65BEB4 (or 0x65BEB4) is unknown color: approx Tradewind. HEX triplet: 65, BE and B4. RGB value is (101,190,180). Sum of RGB (Red+Green+Blue) = 101+190+180=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 190 (74.61% from 255 or 40.34% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 190 - color contains mainly: green. Hex color #65BEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65BEB4 is #9A414B. Grayscale: #A2A2A2. Windows color (decimal): -10109260 or 11845221. OLE color: 11845221.

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

Color convert

RGB101190180-
CMYK0.4700.050.25
HSL173.26º40.64%57.06%-
HSV(B)173.26º46.84%74.51%-
XYZ32.0242.8949.77-
YUV162.25138.0184.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 21.44%
GREEN value IS 190 (74.61% from 255) = 40.34%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=21.44%
G=40.34%
B=38.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011901800.4700.050.25173.2640.6457.06
Hex65BEB42F0519ad2939
Octal1452762645705312555171
Binary1100101101111101011010010111101011100110101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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