Html Css Color HEX #67BBAD Tradewind

📋 copy color: '#67BBAD'

red 103 ◦ green 187 ◦ blue 173

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

Shades of Tradewind #67BBAD

Tints of Tradewind #67BBAD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.39%

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

R = 22.25%
G = 40.39%
B = 37.37%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#67BBAD (or 0x67BBAD) is known color: Tradewind. HEX triplet: 67, BB and AD. RGB value is (103,187,173). Sum of RGB (Red+Green+Blue) = 103+187+173=463 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.25% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #67BBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BBAD is #984452. Grayscale: #A0A0A0. Windows color (decimal): -9978963 or 11385703. OLE color: 11385703.

HSL color Cylindrical-coordinate representation of color #67BBAD: hue angle of 170º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #67BBAD is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 187 173 -
CMYK 0.45 0 0.07 0.27
HSL 170º 0.38% 0.57% -
HSV(B) 170º 0.45% 0.73% -
XYZ 30.91 41.44 45.91 -
YUV 160.29 135.17 87.14 -
System Red Green Blue C M Y K H S L
Decimal 103 187 173 0.45 0 0.07 0.27 170 0.38 0.57
Hex 67 BB AD 2D 0 7 1B AA 26 39
Octal 147 273 255 55 0 7 33 252 46 71
Binary 1100111 10111011 10101101 101101 0 111 11011 10101010 100110 111001

Color Harmonies of #67BBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BBAD

Black with #67BBAD

Text Example


Text Example

White with #67BBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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