Html Css Color HEX #67B9AD Tradewind

📋 copy color: '#67B9AD'

red 103 ◦ green 185 ◦ blue 173

#67B9AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tradewind #67B9AD

Tints of Tradewind #67B9AD

RGB

 RED value IS 103 (40.63% from 255) = 22.34%

 GREEN value IS 185 (72.66% from 255) = 40.13%

 BLUE value IS 173 (67.97% from 255) = 37.53%

R = 22.34%
G = 40.13%
B = 37.53%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#67B9AD (or 0x67B9AD) is known color: Tradewind. HEX triplet: 67, B9 and AD. RGB value is (103,185,173). Sum of RGB (Red+Green+Blue) = 103+185+173=461 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.34% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 185 - color contains mainly: green. Hex color #67B9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67B9AD is #984652. Grayscale: #9F9F9F. Windows color (decimal): -9979475 or 11385191. OLE color: 11385191.

HSL color Cylindrical-coordinate representation of color #67B9AD: hue angle of 171.22º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #67B9AD is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 185 173 -
CMYK 0.44 0 0.06 0.27
HSL 171.22º 0.37% 0.56% -
HSV(B) 171.22º 0.44% 0.73% -
XYZ 30.49 40.6 45.76 -
YUV 159.11 135.83 87.98 -
System Red Green Blue C M Y K H S L
Decimal 103 185 173 0.44 0 0.06 0.27 171.22 0.37 0.56
Hex 67 B9 AD 2C 0 6 1B AB 25 38
Octal 147 271 255 54 0 6 33 253 45 70
Binary 1100111 10111001 10101101 101100 0 110 11011 10101011 100101 111000

Color Harmonies of #67B9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67B9AD

Black with #67B9AD

Text Example


Text Example

White with #67B9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #67B9AD;
 }
 .AnyTagClassName
 {
   color: #67B9AD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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