Html Css Color HEX #68A7A1 Tradewind

📋 copy color: '#68A7A1'

red 104 ◦ green 167 ◦ blue 161

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

Shades of Tradewind #68A7A1

Tints of Tradewind #68A7A1

RGB

 RED value IS 104 (41.02% from 255) = 24.07%

 GREEN value IS 167 (65.63% from 255) = 38.66%

 BLUE value IS 161 (63.28% from 255) = 37.27%

R = 24.07%
G = 38.66%
B = 37.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.04

 K value IS 0.35

RGB Variations

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

Color information

#68A7A1 (or 0x68A7A1) is known color: Tradewind. HEX triplet: 68, A7 and A1. RGB value is (104,167,161). Sum of RGB (Red+Green+Blue) = 104+167+161=432 (57% of max value = 765). Red value is 104 (41.02% from 255 or 24.07% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 167 - color contains mainly: green. Hex color #68A7A1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A7A1 is #97585E. Grayscale: #939393. Windows color (decimal): -9918559 or 10594152. OLE color: 10594152.

HSL color Cylindrical-coordinate representation of color #68A7A1: hue angle of 174.29º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #68A7A1 is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.

Color convert

RGB 104 167 161 -
CMYK 0.38 0 0.04 0.35
HSL 174.29º 0.26% 0.53% -
HSV(B) 174.29º 0.38% 0.65% -
XYZ 25.96 33.15 38.75 -
YUV 147.48 135.63 96.99 -
System Red Green Blue C M Y K H S L
Decimal 104 167 161 0.38 0 0.04 0.35 174.29 0.26 0.53
Hex 68 A7 A1 26 0 4 23 AE 1A 35
Octal 150 247 241 46 0 4 43 256 32 65
Binary 1101000 10100111 10100001 100110 0 100 100011 10101110 11010 110101

Color Harmonies of #68A7A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68A7A1

Black with #68A7A1

Text Example


Text Example

White with #68A7A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68A7A1; }

 p { color: rgb(104,167,161); }

 H1.HeaderClassName
 {
   color: #68A7A1;
 }
 .AnyTagClassName
 {
   color: #68A7A1;
 }
</style>

background-color css

<style>
 a { background-color: #68A7A1; }

 a { background-color: rgb(104,167,161); }

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

border-color css

<style>
 span { border-color: #68A7A1; }

 span { border-color: rgb(104,167,161); }

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