#67BFB5

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

Shades of Tradewind #67BFB5

Tints of Tradewind #67BFB5

Color information

#67BFB5 (or 0x67BFB5) is unknown color: approx Tradewind. HEX triplet: 67, BF and B5. RGB value is (103,191,181). Sum of RGB (Red+Green+Blue) = 103+191+181=475 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.68% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 181 (71.09% from 255 or 38.11% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #67BFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BFB5 is #98404A. Grayscale: #A3A3A3. Windows color (decimal): -9977931 or 11911015. OLE color: 11911015.

HSL color Cylindrical-coordinate representation of color #67BFB5: hue angle of 173.18º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67BFB5 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB103191181-
CMYK0.4600.050.25
HSL173.18º40.74%57.65%-
HSV(B)173.18º46.07%74.9%-
XYZ32.5643.4850.39-
YUV163.55137.8584.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.68%
GREEN value IS 191 (75% from 255) = 40.21%
BLUE value IS 181 (71.09% from 255) = 38.11%
R=21.68%
G=40.21%
B=38.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031911810.4600.050.25173.1840.7457.65
Hex67BFB52E0519ad293a
Octal1472772655605312555172
Binary1100111101111111011010110111001011100110101101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,191,181); }

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

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

 a { background-color: rgb(103,191,181); }

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

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

 span { border-color: rgb(103,191,181); }

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