#65ABA4

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

Shades of Tradewind #65ABA4

Tints of Tradewind #65ABA4

Color information

#65ABA4 (or 0x65ABA4) is unknown color: approx Tradewind. HEX triplet: 65, AB and A4. RGB value is (101,171,164). Sum of RGB (Red+Green+Blue) = 101+171+164=436 (57% of max value = 765). Red value is 101 (39.84% from 255 or 23.17% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 171 - color contains mainly: green. Hex color #65ABA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65ABA4 is #9A545B. Grayscale: #959595. Windows color (decimal): -10114140 or 10791781. OLE color: 10791781.

HSL color Cylindrical-coordinate representation of color #65ABA4: hue angle of 174º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65ABA4 is Cyan = 0.41, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.33.

Color convert

RGB101171164-
CMYK0.4100.040.33
HSL174º29.41%53.33%-
HSV(B)174º40.94%67.06%-
XYZ26.6334.5740.39-
YUV149.27136.3193.57-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 23.17%
GREEN value IS 171 (67.19% from 255) = 39.22%
BLUE value IS 164 (64.45% from 255) = 37.61%
R=23.17%
G=39.22%
B=37.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011711640.4100.040.3317429.4153.33
Hex65ABA4290421ae1d35
Octal1452532445104412563565
Binary1100101101010111010010010100101001000011010111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65ABA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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