Html Css Color HEX #5FACA0 Tradewind

📋 copy color: '#5FACA0'

red 95 ◦ green 172 ◦ blue 160

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

Shades of Tradewind #5FACA0

Tints of Tradewind #5FACA0

RGB

 RED value IS 95 (37.5% from 255) = 22.25%

 GREEN value IS 172 (67.58% from 255) = 40.28%

 BLUE value IS 160 (62.89% from 255) = 37.47%

R = 22.25%
G = 40.28%
B = 37.47%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#5FACA0 (or 0x5FACA0) is known color: Tradewind. HEX triplet: 5F, AC and A0. RGB value is (95,172,160). Sum of RGB (Red+Green+Blue) = 95+172+160=427 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.25% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 160 (62.89% from 255 or 37.47% from 427); Max value from RGB is 172 - color contains mainly: green. Hex color #5FACA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FACA0 is #A0535F. Grayscale: #939393. Windows color (decimal): -10507104 or 10529887. OLE color: 10529887.

HSL color Cylindrical-coordinate representation of color #5FACA0: hue angle of 170.65º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FACA0 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 172 160 -
CMYK 0.45 0 0.07 0.33
HSL 170.65º 0.32% 0.52% -
HSV(B) 170.65º 0.45% 0.67% -
XYZ 25.82 34.48 38.55 -
YUV 147.61 134.99 90.48 -
System Red Green Blue C M Y K H S L
Decimal 95 172 160 0.45 0 0.07 0.33 170.65 0.32 0.52
Hex 5F AC A0 2D 0 7 21 AB 20 34
Octal 137 254 240 55 0 7 41 253 40 64
Binary 1011111 10101100 10100000 101101 0 111 100001 10101011 100000 110100

Color Harmonies of #5FACA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACA0

Black with #5FACA0

Text Example


Text Example

White with #5FACA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FACA0; }

 p { color: rgb(95,172,160); }

 H1.HeaderClassName
 {
   color: #5FACA0;
 }
 .AnyTagClassName
 {
   color: #5FACA0;
 }
</style>

background-color css

<style>
 a { background-color: #5FACA0; }

 a { background-color: rgb(95,172,160); }

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

border-color css

<style>
 span { border-color: #5FACA0; }

 span { border-color: rgb(95,172,160); }

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