Html Css Color HEX #61AFA7 Tradewind

📋 copy color: '#61AFA7'

red 97 ◦ green 175 ◦ blue 167

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

Shades of Tradewind #61AFA7

Tints of Tradewind #61AFA7

RGB

 RED value IS 97 (38.28% from 255) = 22.1%

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

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

R = 22.1%
G = 39.86%
B = 38.04%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#61AFA7 (or 0x61AFA7) is known color: Tradewind. HEX triplet: 61, AF and A7. RGB value is (97,175,167). Sum of RGB (Red+Green+Blue) = 97+175+167=439 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.10% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 175 - color contains mainly: green. Hex color #61AFA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AFA7 is #9E5058. Grayscale: #969696. Windows color (decimal): -10375257 or 10989409. OLE color: 10989409.

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

Color convert

RGB 97 175 167 -
CMYK 0.45 0 0.05 0.31
HSL 173.85º 0.33% 0.53% -
HSV(B) 173.85º 0.45% 0.69% -
XYZ 27.23 35.99 42.07 -
YUV 150.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 97 175 167 0.45 0 0.05 0.31 173.85 0.33 0.53
Hex 61 AF A7 2D 0 5 1F AE 21 35
Octal 141 257 247 55 0 5 37 256 41 65
Binary 1100001 10101111 10100111 101101 0 101 11111 10101110 100001 110101

Color Harmonies of #61AFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AFA7

Black with #61AFA7

Text Example


Text Example

White with #61AFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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