Html Css Color HEX #61C1B7 Downy

📋 copy color: '#61C1B7'

red 97 ◦ green 193 ◦ blue 183

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

Shades of Downy #61C1B7

Tints of Downy #61C1B7

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.8%

 BLUE value IS 183 (71.88% from 255) = 38.69%

R = 20.51%
G = 40.8%
B = 38.69%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#61C1B7 (or 0x61C1B7) is known color: Downy. HEX triplet: 61, C1 and B7. RGB value is (97,193,183). Sum of RGB (Red+Green+Blue) = 97+193+183=473 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.51% from 473); Green value is 193 (75.78% from 255 or 40.80% from 473); Blue value is 183 (71.88% from 255 or 38.69% from 473); Max value from RGB is 193 - color contains mainly: green. Hex color #61C1B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C1B7 is #9E3E48. Grayscale: #A3A3A3. Windows color (decimal): -10370633 or 12042593. OLE color: 12042593.

HSL color Cylindrical-coordinate representation of color #61C1B7: hue angle of 173.75º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C1B7 is Cyan = 0.50, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 193 183 -
CMYK 0.50 0 0.05 0.24
HSL 173.75º 0.44% 0.57% -
HSV(B) 173.75º 0.5% 0.76% -
XYZ 32.55 44.1 51.6 -
YUV 163.16 139.2 80.81 -
System Red Green Blue C M Y K H S L
Decimal 97 193 183 0.50 0 0.05 0.24 173.75 0.44 0.57
Hex 61 C1 B7 32 0 5 18 AE 2C 39
Octal 141 301 267 62 0 5 30 256 54 71
Binary 1100001 11000001 10110111 110010 0 101 11000 10101110 101100 111001

Color Harmonies of #61C1B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C1B7

Black with #61C1B7

Text Example


Text Example

White with #61C1B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,193,183); }

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

background-color css

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

 a { background-color: rgb(97,193,183); }

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

border-color css

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

 span { border-color: rgb(97,193,183); }

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