#65B1A4

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

Shades of Tradewind #65B1A4

Tints of Tradewind #65B1A4

Color information

#65B1A4 (or 0x65B1A4) is unknown color: approx Tradewind. HEX triplet: 65, B1 and A4. RGB value is (101,177,164). Sum of RGB (Red+Green+Blue) = 101+177+164=442 (58% of max value = 765). Red value is 101 (39.84% from 255 or 22.85% from 442); Green value is 177 (69.53% from 255 or 40.05% from 442); Blue value is 164 (64.45% from 255 or 37.10% from 442); Max value from RGB is 177 - color contains mainly: green. Hex color #65B1A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B1A4 is #9A4E5B. Grayscale: #989898. Windows color (decimal): -10112604 or 10793317. OLE color: 10793317.

HSL color Cylindrical-coordinate representation of color #65B1A4: hue angle of 169.74º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B1A4 is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB101177164-
CMYK0.4300.070.31
HSL169.74º32.76%54.51%-
HSV(B)169.74º42.94%69.41%-
XYZ27.7936.8940.78-
YUV152.79134.3291.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 22.85%
GREEN value IS 177 (69.53% from 255) = 40.05%
BLUE value IS 164 (64.45% from 255) = 37.10%
R=22.85%
G=40.05%
B=37.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011771640.4300.070.31169.7432.7654.51
Hex65B1A42B071Faa2137
Octal1452612445307372524167
Binary1100101101100011010010010101101111111110101010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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