Html Css Color HEX #61B8AE Tradewind

📋 copy color: '#61B8AE'

red 97 ◦ green 184 ◦ blue 174

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

Shades of Tradewind #61B8AE

Tints of Tradewind #61B8AE

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.44%

 BLUE value IS 174 (68.36% from 255) = 38.24%

R = 21.32%
G = 40.44%
B = 38.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#61B8AE (or 0x61B8AE) is known color: Tradewind. HEX triplet: 61, B8 and AE. RGB value is (97,184,174). Sum of RGB (Red+Green+Blue) = 97+184+174=455 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.32% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 184 - color contains mainly: green. Hex color #61B8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B8AE is #9E4751. Grayscale: #9C9C9C. Windows color (decimal): -10372946 or 11450465. OLE color: 11450465.

HSL color Cylindrical-coordinate representation of color #61B8AE: hue angle of 173.1º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61B8AE is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 97 184 174 -
CMYK 0.47 0 0.05 0.28
HSL 173.1º 0.38% 0.55% -
HSV(B) 173.1º 0.47% 0.72% -
XYZ 29.71 39.88 46.18 -
YUV 156.85 137.68 85.31 -
System Red Green Blue C M Y K H S L
Decimal 97 184 174 0.47 0 0.05 0.28 173.1 0.38 0.55
Hex 61 B8 AE 2F 0 5 1C AD 26 37
Octal 141 270 256 57 0 5 34 255 46 67
Binary 1100001 10111000 10101110 101111 0 101 11100 10101101 100110 110111

Color Harmonies of #61B8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B8AE

Black with #61B8AE

Text Example


Text Example

White with #61B8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,184,174); }

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

background-color css

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

 a { background-color: rgb(97,184,174); }

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

border-color css

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

 span { border-color: rgb(97,184,174); }

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