#67ADA1

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

Shades of Tradewind #67ADA1

Tints of Tradewind #67ADA1

Color information

#67ADA1 (or 0x67ADA1) is unknown color: approx Tradewind. HEX triplet: 67, AD and A1. RGB value is (103,173,161). Sum of RGB (Red+Green+Blue) = 103+173+161=437 (57% of max value = 765). Red value is 103 (40.62% from 255 or 23.57% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 173 - color contains mainly: green. Hex color #67ADA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ADA1 is #98525E. Grayscale: #969696. Windows color (decimal): -9982559 or 10595687. OLE color: 10595687.

HSL color Cylindrical-coordinate representation of color #67ADA1: hue angle of 169.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #67ADA1 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB103173161-
CMYK0.4000.070.32
HSL169.71º29.91%54.12%-
HSV(B)169.71º40.46%67.84%-
XYZ26.9735.3439.12-
YUV150.7133.8193.98-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 23.57%
GREEN value IS 173 (67.97% from 255) = 39.59%
BLUE value IS 161 (63.28% from 255) = 36.84%
R=23.57%
G=39.59%
B=36.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031731610.4000.070.32169.7129.9154.12
Hex67ADA1280720aa1e36
Octal1472552415007402523666
Binary1100111101011011010000110100001111000001010101011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67ADA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67ADA1; }

 p { color: rgb(103,173,161); }

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

<style>
 a { background-color: #67ADA1; }

 a { background-color: rgb(103,173,161); }

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

<style>
 span { border-color: #67ADA1; }

 span { border-color: rgb(103,173,161); }

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