Html Css Color HEX #61ECB8 Downy

📋 copy color: '#61ECB8'

red 97 ◦ green 236 ◦ blue 184

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

Shades of Downy #61ECB8

Tints of Downy #61ECB8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.65%

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

R = 18.76%
G = 45.65%
B = 35.59%

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

#61ECB8 (or 0x61ECB8) is known color: Downy. HEX triplet: 61, EC and B8. RGB value is (97,236,184). Sum of RGB (Red+Green+Blue) = 97+236+184=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 184 (72.27% from 255 or 35.59% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #61ECB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61ECB8 is #9E1347. Grayscale: #BCBCBC. Windows color (decimal): -10359624 or 12119137. OLE color: 12119137.

HSL color Cylindrical-coordinate representation of color #61ECB8: hue angle of 157.55º degrees, saturation: 0.79, 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 #61ECB8 is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 236 184 -
CMYK 0.59 0 0.22 0.07
HSL 157.55º 0.79% 0.65% -
HSV(B) 157.55º 0.59% 0.93% -
XYZ 43.58 65.99 55.79 -
YUV 188.51 125.45 62.73 -
System Red Green Blue C M Y K H S L
Decimal 97 236 184 0.59 0 0.22 0.07 157.55 0.79 0.65
Hex 61 EC B8 3B 0 16 7 9E 4F 41
Octal 141 354 270 73 0 26 7 236 117 101
Binary 1100001 11101100 10111000 111011 0 10110 111 10011110 1001111 1000001

Color Harmonies of #61ECB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ECB8

Black with #61ECB8

Text Example


Text Example

White with #61ECB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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