Html Css Color HEX #67AEA2 Tradewind

📋 copy color: '#67AEA2'

red 103 ◦ green 174 ◦ blue 162

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

Shades of Tradewind #67AEA2

Tints of Tradewind #67AEA2

RGB

 RED value IS 103 (40.63% from 255) = 23.46%

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

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

R = 23.46%
G = 39.64%
B = 36.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#67AEA2 (or 0x67AEA2) is known color: Tradewind. HEX triplet: 67, AE and A2. RGB value is (103,174,162). Sum of RGB (Red+Green+Blue) = 103+174+162=439 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.46% from 439); Green value is 174 (68.36% from 255 or 39.64% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 174 - color contains mainly: green. Hex color #67AEA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67AEA2 is #98515D. Grayscale: #979797. Windows color (decimal): -9982302 or 10661479. OLE color: 10661479.

HSL color Cylindrical-coordinate representation of color #67AEA2: hue angle of 169.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #67AEA2 is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 174 162 -
CMYK 0.41 0 0.07 0.32
HSL 169.86º 0.3% 0.54% -
HSV(B) 169.86º 0.41% 0.68% -
XYZ 27.25 35.76 39.65 -
YUV 151.4 133.98 93.48 -
System Red Green Blue C M Y K H S L
Decimal 103 174 162 0.41 0 0.07 0.32 169.86 0.3 0.54
Hex 67 AE A2 29 0 7 20 AA 1E 36
Octal 147 256 242 51 0 7 40 252 36 66
Binary 1100111 10101110 10100010 101001 0 111 100000 10101010 11110 110110

Color Harmonies of #67AEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AEA2

Black with #67AEA2

Text Example


Text Example

White with #67AEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67AEA2; }

 p { color: rgb(103,174,162); }

 H1.HeaderClassName
 {
   color: #67AEA2;
 }
 .AnyTagClassName
 {
   color: #67AEA2;
 }
</style>

background-color css

<style>
 a { background-color: #67AEA2; }

 a { background-color: rgb(103,174,162); }

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

border-color css

<style>
 span { border-color: #67AEA2; }

 span { border-color: rgb(103,174,162); }

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