Html Css Color HEX #61AFA4 Tradewind

📋 copy color: '#61AFA4'

red 97 ◦ green 175 ◦ blue 164

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

Shades of Tradewind #61AFA4

Tints of Tradewind #61AFA4

RGB

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

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

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

R = 22.25%
G = 40.14%
B = 37.61%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#61AFA4 (or 0x61AFA4) is known color: Tradewind. HEX triplet: 61, AF and A4. RGB value is (97,175,164). Sum of RGB (Red+Green+Blue) = 97+175+164=436 (57% of max value = 765). Red value is 97 (38.28% from 255 or 22.25% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #61AFA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AFA4 is #9E505B. Grayscale: #969696. Windows color (decimal): -10375260 or 10792801. OLE color: 10792801.

HSL color Cylindrical-coordinate representation of color #61AFA4: hue angle of 171.54º 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 #61AFA4 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 175 164 -
CMYK 0.45 0 0.06 0.31
HSL 171.54º 0.33% 0.53% -
HSV(B) 171.54º 0.45% 0.69% -
XYZ 26.96 35.88 40.63 -
YUV 150.42 135.66 89.89 -
System Red Green Blue C M Y K H S L
Decimal 97 175 164 0.45 0 0.06 0.31 171.54 0.33 0.53
Hex 61 AF A4 2D 0 6 1F AC 21 35
Octal 141 257 244 55 0 6 37 254 41 65
Binary 1100001 10101111 10100100 101101 0 110 11111 10101100 100001 110101

Color Harmonies of #61AFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61AFA4

Black with #61AFA4

Text Example


Text Example

White with #61AFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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