Html Css Color HEX #6EABA2 Tradewind

📋 copy color: '#6EABA2'

red 110 ◦ green 171 ◦ blue 162

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

Shades of Tradewind #6EABA2

Tints of Tradewind #6EABA2

RGB

 RED value IS 110 (43.36% from 255) = 24.83%

 GREEN value IS 171 (67.19% from 255) = 38.6%

 BLUE value IS 162 (63.67% from 255) = 36.57%

R = 24.83%
G = 38.6%
B = 36.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#6EABA2 (or 0x6EABA2) is known color: Tradewind. HEX triplet: 6E, AB and A2. RGB value is (110,171,162). Sum of RGB (Red+Green+Blue) = 110+171+162=443 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.83% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 162 (63.67% from 255 or 36.57% from 443); Max value from RGB is 171 - color contains mainly: green. Hex color #6EABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6EABA2 is #91545D. Grayscale: #979797. Windows color (decimal): -9524318 or 10660718. OLE color: 10660718.

HSL color Cylindrical-coordinate representation of color #6EABA2: hue angle of 171.15º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EABA2 is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB 110 171 162 -
CMYK 0.36 0 0.05 0.33
HSL 171.15º 0.27% 0.55% -
HSV(B) 171.15º 0.36% 0.67% -
XYZ 27.51 35.05 39.5 -
YUV 151.74 133.79 98.23 -
System Red Green Blue C M Y K H S L
Decimal 110 171 162 0.36 0 0.05 0.33 171.15 0.27 0.55
Hex 6E AB A2 24 0 5 21 AB 1B 37
Octal 156 253 242 44 0 5 41 253 33 67
Binary 1101110 10101011 10100010 100100 0 101 100001 10101011 11011 110111

Color Harmonies of #6EABA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EABA2

Black with #6EABA2

Text Example


Text Example

White with #6EABA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,171,162); }

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

background-color css

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

 a { background-color: rgb(110,171,162); }

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

border-color css

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

 span { border-color: rgb(110,171,162); }

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