Html Css Color HEX #61E4C0 Downy

📋 copy color: '#61E4C0'

red 97 ◦ green 228 ◦ blue 192

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

Shades of Downy #61E4C0

Tints of Downy #61E4C0

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.1%

 BLUE value IS 192 (75.39% from 255) = 37.14%

R = 18.76%
G = 44.1%
B = 37.14%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.11

RGB Variations

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

Color information

#61E4C0 (or 0x61E4C0) is known color: Downy. HEX triplet: 61, E4 and C0. RGB value is (97,228,192). Sum of RGB (Red+Green+Blue) = 97+228+192=517 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.76% from 517); Green value is 228 (89.45% from 255 or 44.10% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 228 - color contains mainly: green. Hex color #61E4C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E4C0 is #9E1B3F. Grayscale: #B8B8B8. Windows color (decimal): -10361664 or 12641377. OLE color: 12641377.

HSL color Cylindrical-coordinate representation of color #61E4C0: hue angle of 163.51º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E4C0 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.

Color convert

RGB 97 228 192 -
CMYK 0.57 0 0.16 0.11
HSL 163.51º 0.71% 0.64% -
HSV(B) 163.51º 0.57% 0.89% -
XYZ 42.19 61.83 59.58 -
YUV 184.73 132.1 65.43 -
System Red Green Blue C M Y K H S L
Decimal 97 228 192 0.57 0 0.16 0.11 163.51 0.71 0.64
Hex 61 E4 C0 39 0 10 B A4 47 40
Octal 141 344 300 71 0 20 13 244 107 100
Binary 1100001 11100100 11000000 111001 0 10000 1011 10100100 1000111 1000000

Color Harmonies of #61E4C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E4C0

Black with #61E4C0

Text Example


Text Example

White with #61E4C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,228,192); }

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

background-color css

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

 a { background-color: rgb(97,228,192); }

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

border-color css

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

 span { border-color: rgb(97,228,192); }

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