Html Css Color HEX #6BAEAB Tradewind

📋 copy color: '#6BAEAB'

red 107 ◦ green 174 ◦ blue 171

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

Shades of Tradewind #6BAEAB

Tints of Tradewind #6BAEAB

RGB

 RED value IS 107 (42.19% from 255) = 23.67%

 GREEN value IS 174 (68.36% from 255) = 38.5%

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

R = 23.67%
G = 38.5%
B = 37.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#6BAEAB (or 0x6BAEAB) is known color: Tradewind. HEX triplet: 6B, AE and AB. RGB value is (107,174,171). Sum of RGB (Red+Green+Blue) = 107+174+171=452 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.67% from 452); Green value is 174 (68.36% from 255 or 38.50% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAEAB is #945154. Grayscale: #999999. Windows color (decimal): -9720149 or 11251307. OLE color: 11251307.

HSL color Cylindrical-coordinate representation of color #6BAEAB: hue angle of 177.31º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BAEAB is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 174 171 -
CMYK 0.39 0 0.02 0.32
HSL 177.31º 0.29% 0.55% -
HSV(B) 177.31º 0.39% 0.68% -
XYZ 28.55 36.34 44.04 -
YUV 153.63 137.8 94.74 -
System Red Green Blue C M Y K H S L
Decimal 107 174 171 0.39 0 0.02 0.32 177.31 0.29 0.55
Hex 6B AE AB 27 0 2 20 B1 1D 37
Octal 153 256 253 47 0 2 40 261 35 67
Binary 1101011 10101110 10101011 100111 0 10 100000 10110001 11101 110111

Color Harmonies of #6BAEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAEAB

Black with #6BAEAB

Text Example


Text Example

White with #6BAEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,174,171); }

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

background-color css

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

 a { background-color: rgb(107,174,171); }

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

border-color css

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

 span { border-color: rgb(107,174,171); }

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