Html Css Color HEX #61EDB8 Downy

📋 copy color: '#61EDB8'

red 97 ◦ green 237 ◦ blue 184

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

Shades of Downy #61EDB8

Tints of Downy #61EDB8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 45.75%

 BLUE value IS 184 (72.27% from 255) = 35.52%

R = 18.73%
G = 45.75%
B = 35.52%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#61EDB8 (or 0x61EDB8) is known color: Downy. HEX triplet: 61, ED and B8. RGB value is (97,237,184). Sum of RGB (Red+Green+Blue) = 97+237+184=518 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.73% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #61EDB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EDB8 is #9E1247. Grayscale: #BDBDBD. Windows color (decimal): -10359368 or 12119393. OLE color: 12119393.

HSL color Cylindrical-coordinate representation of color #61EDB8: hue angle of 157.29º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EDB8 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 237 184 -
CMYK 0.59 0 0.22 0.07
HSL 157.29º 0.8% 0.65% -
HSV(B) 157.29º 0.59% 0.93% -
XYZ 43.87 66.57 55.88 -
YUV 189.1 125.12 62.31 -
System Red Green Blue C M Y K H S L
Decimal 97 237 184 0.59 0 0.22 0.07 157.29 0.8 0.65
Hex 61 ED B8 3B 0 16 7 9D 50 41
Octal 141 355 270 73 0 26 7 235 120 101
Binary 1100001 11101101 10111000 111011 0 10110 111 10011101 1010000 1000001

Color Harmonies of #61EDB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EDB8

Black with #61EDB8

Text Example


Text Example

White with #61EDB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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