Html Css Color HEX #67ADA8 Tradewind

📋 copy color: '#67ADA8'

red 103 ◦ green 173 ◦ blue 168

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

Shades of Tradewind #67ADA8

Tints of Tradewind #67ADA8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 38.96%

 BLUE value IS 168 (66.02% from 255) = 37.84%

R = 23.2%
G = 38.96%
B = 37.84%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.03

 K value IS 0.32

RGB Variations

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

Color information

#67ADA8 (or 0x67ADA8) is known color: Tradewind. HEX triplet: 67, AD and A8. RGB value is (103,173,168). Sum of RGB (Red+Green+Blue) = 103+173+168=444 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.20% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 173 - color contains mainly: green. Hex color #67ADA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ADA8 is #985257. Grayscale: #979797. Windows color (decimal): -9982552 or 11054439. OLE color: 11054439.

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

Color convert

RGB 103 173 168 -
CMYK 0.40 0 0.03 0.32
HSL 175.71º 0.3% 0.54% -
HSV(B) 175.71º 0.4% 0.68% -
XYZ 27.6 35.6 42.46 -
YUV 151.5 137.31 93.41 -
System Red Green Blue C M Y K H S L
Decimal 103 173 168 0.40 0 0.03 0.32 175.71 0.3 0.54
Hex 67 AD A8 28 0 3 20 B0 1E 36
Octal 147 255 250 50 0 3 40 260 36 66
Binary 1100111 10101101 10101000 101000 0 11 100000 10110000 11110 110110

Color Harmonies of #67ADA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ADA8

Black with #67ADA8

Text Example


Text Example

White with #67ADA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,173,168); }

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

background-color css

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

 a { background-color: rgb(103,173,168); }

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

border-color css

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

 span { border-color: rgb(103,173,168); }

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