Html Css Color HEX #6ABBAF Tradewind

📋 copy color: '#6ABBAF'

red 106 ◦ green 187 ◦ blue 175

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

Shades of Tradewind #6ABBAF

Tints of Tradewind #6ABBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.39%

R = 22.65%
G = 39.96%
B = 37.39%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#6ABBAF (or 0x6ABBAF) is known color: Tradewind. HEX triplet: 6A, BB and AF. RGB value is (106,187,175). Sum of RGB (Red+Green+Blue) = 106+187+175=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 187 (73.44% from 255 or 39.96% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 187 - color contains mainly: green. Hex color #6ABBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABBAF is #954450. Grayscale: #A1A1A1. Windows color (decimal): -9782353 or 11516778. OLE color: 11516778.

HSL color Cylindrical-coordinate representation of color #6ABBAF: hue angle of 171.11º 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 #6ABBAF is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 106 187 175 -
CMYK 0.43 0 0.06 0.27
HSL 171.11º 0.37% 0.57% -
HSV(B) 171.11º 0.43% 0.73% -
XYZ 31.45 41.7 46.95 -
YUV 161.41 135.66 88.48 -
System Red Green Blue C M Y K H S L
Decimal 106 187 175 0.43 0 0.06 0.27 171.11 0.37 0.57
Hex 6A BB AF 2B 0 6 1B AB 25 39
Octal 152 273 257 53 0 6 33 253 45 71
Binary 1101010 10111011 10101111 101011 0 110 11011 10101011 100101 111001

Color Harmonies of #6ABBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABBAF

Black with #6ABBAF

Text Example


Text Example

White with #6ABBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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