Html Css Color HEX #61C9BE Downy

📋 copy color: '#61C9BE'

red 97 ◦ green 201 ◦ blue 190

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

Shades of Downy #61C9BE

Tints of Downy #61C9BE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.19%

 BLUE value IS 190 (74.61% from 255) = 38.93%

R = 19.88%
G = 41.19%
B = 38.93%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#61C9BE (or 0x61C9BE) is known color: Downy. HEX triplet: 61, C9 and BE. RGB value is (97,201,190). Sum of RGB (Red+Green+Blue) = 97+201+190=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 201 - color contains mainly: green. Hex color #61C9BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C9BE is #9E3641. Grayscale: #A8A8A8. Windows color (decimal): -10368578 or 12503393. OLE color: 12503393.

HSL color Cylindrical-coordinate representation of color #61C9BE: hue angle of 173.65º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C9BE is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 201 190 -
CMYK 0.52 0 0.05 0.21
HSL 173.65º 0.49% 0.58% -
HSV(B) 173.65º 0.52% 0.79% -
XYZ 35.11 48.03 56.14 -
YUV 168.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 97 201 190 0.52 0 0.05 0.21 173.65 0.49 0.58
Hex 61 C9 BE 34 0 5 15 AE 31 3A
Octal 141 311 276 64 0 5 25 256 61 72
Binary 1100001 11001001 10111110 110100 0 101 10101 10101110 110001 111010

Color Harmonies of #61C9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C9BE

Black with #61C9BE

Text Example


Text Example

White with #61C9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,201,190); }

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

background-color css

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

 a { background-color: rgb(97,201,190); }

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

border-color css

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

 span { border-color: rgb(97,201,190); }

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