Html Css Color HEX #67ADA4 Tradewind

📋 copy color: '#67ADA4'

red 103 ◦ green 173 ◦ blue 164

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

Shades of Tradewind #67ADA4

Tints of Tradewind #67ADA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.27%

R = 23.41%
G = 39.32%
B = 37.27%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.05

 K value IS 0.32

RGB Variations

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

Color information

#67ADA4 (or 0x67ADA4) is known color: Tradewind. HEX triplet: 67, AD and A4. RGB value is (103,173,164). Sum of RGB (Red+Green+Blue) = 103+173+164=440 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.41% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 173 - color contains mainly: green. Hex color #67ADA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67ADA4 is #98525B. Grayscale: #979797. Windows color (decimal): -9982556 or 10792295. OLE color: 10792295.

HSL color Cylindrical-coordinate representation of color #67ADA4: hue angle of 172.29º 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 #67ADA4 is Cyan = 0.40, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 173 164 -
CMYK 0.40 0 0.05 0.32
HSL 172.29º 0.3% 0.54% -
HSV(B) 172.29º 0.4% 0.68% -
XYZ 27.24 35.45 40.53 -
YUV 151.04 135.31 93.73 -
System Red Green Blue C M Y K H S L
Decimal 103 173 164 0.40 0 0.05 0.32 172.29 0.3 0.54
Hex 67 AD A4 28 0 5 20 AC 1E 36
Octal 147 255 244 50 0 5 40 254 36 66
Binary 1100111 10101101 10100100 101000 0 101 100000 10101100 11110 110110

Color Harmonies of #67ADA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ADA4

Black with #67ADA4

Text Example


Text Example

White with #67ADA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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