Html Css Color HEX #61E9C5 Downy

📋 copy color: '#61E9C5'

red 97 ◦ green 233 ◦ blue 197

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

Shades of Downy #61E9C5

Tints of Downy #61E9C5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.21%

 BLUE value IS 197 (77.34% from 255) = 37.38%

R = 18.41%
G = 44.21%
B = 37.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.15

 K value IS 0.09

RGB Variations

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

Color information

#61E9C5 (or 0x61E9C5) is known color: Downy. HEX triplet: 61, E9 and C5. RGB value is (97,233,197). Sum of RGB (Red+Green+Blue) = 97+233+197=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #61E9C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E9C5 is #9E163A. Grayscale: #BCBCBC. Windows color (decimal): -10360379 or 12970337. OLE color: 12970337.

HSL color Cylindrical-coordinate representation of color #61E9C5: hue angle of 164.12º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E9C5 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 97 233 197 -
CMYK 0.58 0 0.15 0.09
HSL 164.12º 0.76% 0.65% -
HSV(B) 164.12º 0.58% 0.91% -
XYZ 44.15 64.85 63.01 -
YUV 188.23 132.94 62.93 -
System Red Green Blue C M Y K H S L
Decimal 97 233 197 0.58 0 0.15 0.09 164.12 0.76 0.65
Hex 61 E9 C5 3A 0 F 9 A4 4C 41
Octal 141 351 305 72 0 17 11 244 114 101
Binary 1100001 11101001 11000101 111010 0 1111 1001 10100100 1001100 1000001

Color Harmonies of #61E9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E9C5

Black with #61E9C5

Text Example


Text Example

White with #61E9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,233,197); }

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

background-color css

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

 a { background-color: rgb(97,233,197); }

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

border-color css

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

 span { border-color: rgb(97,233,197); }

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