Html Css Color HEX #67BBAB Tradewind

📋 copy color: '#67BBAB'

red 103 ◦ green 187 ◦ blue 171

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

Shades of Tradewind #67BBAB

Tints of Tradewind #67BBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 22.34%
G = 40.56%
B = 37.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#67BBAB (or 0x67BBAB) is known color: Tradewind. HEX triplet: 67, BB and AB. RGB value is (103,187,171). Sum of RGB (Red+Green+Blue) = 103+187+171=461 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.34% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 187 - color contains mainly: green. Hex color #67BBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BBAB is #984454. Grayscale: #A0A0A0. Windows color (decimal): -9978965 or 11254631. OLE color: 11254631.

HSL color Cylindrical-coordinate representation of color #67BBAB: hue angle of 168.57º 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 #67BBAB is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB 103 187 171 -
CMYK 0.45 0 0.09 0.27
HSL 168.57º 0.38% 0.57% -
HSV(B) 168.57º 0.45% 0.73% -
XYZ 30.71 41.36 44.89 -
YUV 160.06 134.17 87.3 -
System Red Green Blue C M Y K H S L
Decimal 103 187 171 0.45 0 0.09 0.27 168.57 0.38 0.57
Hex 67 BB AB 2D 0 9 1B A9 26 39
Octal 147 273 253 55 0 11 33 251 46 71
Binary 1100111 10111011 10101011 101101 0 1001 11011 10101001 100110 111001

Color Harmonies of #67BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BBAB

Black with #67BBAB

Text Example


Text Example

White with #67BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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