#61B8AE

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

Shades of Tradewind #61B8AE

Tints of Tradewind #61B8AE

Color information

#61B8AE (or 0x61B8AE) is unknown color: approx Tradewind. HEX triplet: 61, B8 and AE. RGB value is (97,184,174). Sum of RGB (Red+Green+Blue) = 97+184+174=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #61B8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B8AE is #9E4751. Grayscale: #9C9C9C. Windows color (decimal): -10372946 or 11450465. OLE color: 11450465.

HSL color Cylindrical-coordinate representation of color #61B8AE: hue angle of 173.1º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B8AE is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB97184174-
CMYK0.4700.050.28
HSL173.1º37.99%55.1%-
HSV(B)173.1º47.28%72.16%-
XYZ29.7139.8846.18-
YUV156.85137.6885.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 21.32%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 174 (68.36% from 255) = 38.24%
R=21.32%
G=40.44%
B=38.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal971841740.4700.050.28173.137.9955.1
Hex61B8AE2F051Cad2637
Octal1412702565705342554667
Binary1100001101110001010111010111101011110010101101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61B8AE; }

 p { color: rgb(97,184,174); }

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

<style>
 a { background-color: #61B8AE; }

 a { background-color: rgb(97,184,174); }

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

<style>
 span { border-color: #61B8AE; }

 span { border-color: rgb(97,184,174); }

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