Html Css Color HEX #6ABBAE Tradewind

📋 copy color: '#6ABBAE'

red 106 ◦ green 187 ◦ blue 174

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

Shades of Tradewind #6ABBAE

Tints of Tradewind #6ABBAE

RGB

 RED value IS 106 (41.8% from 255) = 22.7%

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

 BLUE value IS 174 (68.36% from 255) = 37.26%

R = 22.7%
G = 40.04%
B = 37.26%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#6ABBAE (or 0x6ABBAE) is known color: Tradewind. HEX triplet: 6A, BB and AE. RGB value is (106,187,174). Sum of RGB (Red+Green+Blue) = 106+187+174=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABBAE is #954451. Grayscale: #A1A1A1. Windows color (decimal): -9782354 or 11451242. OLE color: 11451242.

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

Color convert

RGB 106 187 174 -
CMYK 0.43 0 0.07 0.27
HSL 170.37º 0.37% 0.57% -
HSV(B) 170.37º 0.43% 0.73% -
XYZ 31.35 41.66 46.43 -
YUV 161.3 135.16 88.56 -
System Red Green Blue C M Y K H S L
Decimal 106 187 174 0.43 0 0.07 0.27 170.37 0.37 0.57
Hex 6A BB AE 2B 0 7 1B AA 25 39
Octal 152 273 256 53 0 7 33 252 45 71
Binary 1101010 10111011 10101110 101011 0 111 11011 10101010 100101 111001

Color Harmonies of #6ABBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABBAE

Black with #6ABBAE

Text Example


Text Example

White with #6ABBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6ABBAE; }

 p { color: rgb(106,187,174); }

 H1.HeaderClassName
 {
   color: #6ABBAE;
 }
 .AnyTagClassName
 {
   color: #6ABBAE;
 }
</style>

background-color css

<style>
 a { background-color: #6ABBAE; }

 a { background-color: rgb(106,187,174); }

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

border-color css

<style>
 span { border-color: #6ABBAE; }

 span { border-color: rgb(106,187,174); }

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