Html Css Color HEX #64AFA7 Tradewind

📋 copy color: '#64AFA7'

red 100 ◦ green 175 ◦ blue 167

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

Shades of Tradewind #64AFA7

Tints of Tradewind #64AFA7

RGB

 RED value IS 100 (39.45% from 255) = 22.62%

 GREEN value IS 175 (68.75% from 255) = 39.59%

 BLUE value IS 167 (65.63% from 255) = 37.78%

R = 22.62%
G = 39.59%
B = 37.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#64AFA7 (or 0x64AFA7) is known color: Tradewind. HEX triplet: 64, AF and A7. RGB value is (100,175,167). Sum of RGB (Red+Green+Blue) = 100+175+167=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 175 - color contains mainly: green. Hex color #64AFA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64AFA7 is #9B5058. Grayscale: #979797. Windows color (decimal): -10178649 or 10989412. OLE color: 10989412.

HSL color Cylindrical-coordinate representation of color #64AFA7: hue angle of 173.6º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64AFA7 is Cyan = 0.43, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 175 167 -
CMYK 0.43 0 0.05 0.31
HSL 173.6º 0.32% 0.54% -
HSV(B) 173.6º 0.43% 0.69% -
XYZ 27.56 36.16 42.09 -
YUV 151.66 136.65 91.15 -
System Red Green Blue C M Y K H S L
Decimal 100 175 167 0.43 0 0.05 0.31 173.6 0.32 0.54
Hex 64 AF A7 2B 0 5 1F AE 20 36
Octal 144 257 247 53 0 5 37 256 40 66
Binary 1100100 10101111 10100111 101011 0 101 11111 10101110 100000 110110

Color Harmonies of #64AFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AFA7

Black with #64AFA7

Text Example


Text Example

White with #64AFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64AFA7; }

 p { color: rgb(100,175,167); }

 H1.HeaderClassName
 {
   color: #64AFA7;
 }
 .AnyTagClassName
 {
   color: #64AFA7;
 }
</style>

background-color css

<style>
 a { background-color: #64AFA7; }

 a { background-color: rgb(100,175,167); }

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

border-color css

<style>
 span { border-color: #64AFA7; }

 span { border-color: rgb(100,175,167); }

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