Html Css Color HEX #6BAEAC Tradewind

📋 copy color: '#6BAEAC'

red 107 ◦ green 174 ◦ blue 172

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

Shades of Tradewind #6BAEAC

Tints of Tradewind #6BAEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.97%

R = 23.62%
G = 38.41%
B = 37.97%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#6BAEAC (or 0x6BAEAC) is known color: Tradewind. HEX triplet: 6B, AE and AC. RGB value is (107,174,172). Sum of RGB (Red+Green+Blue) = 107+174+172=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 174 - color contains mainly: green. Hex color #6BAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAEAC is #945153. Grayscale: #999999. Windows color (decimal): -9720148 or 11316843. OLE color: 11316843.

HSL color Cylindrical-coordinate representation of color #6BAEAC: hue angle of 178.21º 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 #6BAEAC is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 174 172 -
CMYK 0.39 0 0.01 0.32
HSL 178.21º 0.29% 0.55% -
HSV(B) 178.21º 0.39% 0.68% -
XYZ 28.65 36.38 44.54 -
YUV 153.74 138.3 94.66 -
System Red Green Blue C M Y K H S L
Decimal 107 174 172 0.39 0 0.01 0.32 178.21 0.29 0.55
Hex 6B AE AC 27 0 1 20 B2 1D 37
Octal 153 256 254 47 0 1 40 262 35 67
Binary 1101011 10101110 10101100 100111 0 1 100000 10110010 11101 110111

Color Harmonies of #6BAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAEAC

Black with #6BAEAC

Text Example


Text Example

White with #6BAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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