#67BFB0

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

Shades of Tradewind #67BFB0

Tints of Tradewind #67BFB0

Color information

#67BFB0 (or 0x67BFB0) is unknown color: approx Tradewind. HEX triplet: 67, BF and B0. RGB value is (103,191,176). Sum of RGB (Red+Green+Blue) = 103+191+176=470 (62% of max value = 765). Red value is 103 (40.62% from 255 or 21.91% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 191 - color contains mainly: green. Hex color #67BFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BFB0 is #98404F. Grayscale: #A2A2A2. Windows color (decimal): -9977936 or 11583335. OLE color: 11583335.

HSL color Cylindrical-coordinate representation of color #67BFB0: hue angle of 169.77º 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 #67BFB0 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB103191176-
CMYK0.4600.080.25
HSL169.77º40.74%57.65%-
HSV(B)169.77º46.07%74.9%-
XYZ32.0643.2847.74-
YUV162.98135.3585.22-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 21.91%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 176 (69.14% from 255) = 37.45%
R=21.91%
G=40.64%
B=37.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1031911760.4600.080.25169.7740.7457.65
Hex67BFB02E0819aa293a
Octal14727726056010312525172
Binary11001111011111110110000101110010001100110101010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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