Html Css Color HEX #61E8C5 Downy

📋 copy color: '#61E8C5'

red 97 ◦ green 232 ◦ blue 197

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

Shades of Downy #61E8C5

Tints of Downy #61E8C5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 44.11%

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

R = 18.44%
G = 44.11%
B = 37.45%

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

#61E8C5 (or 0x61E8C5) is known color: Downy. HEX triplet: 61, E8 and C5. RGB value is (97,232,197). Sum of RGB (Red+Green+Blue) = 97+232+197=526 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.44% from 526); Green value is 232 (91.02% from 255 or 44.11% from 526); Blue value is 197 (77.34% from 255 or 37.45% from 526); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E8C5 is #9E173A. Grayscale: #BBBBBB. Windows color (decimal): -10360635 or 12970081. OLE color: 12970081.

HSL color Cylindrical-coordinate representation of color #61E8C5: hue angle of 164.44º degrees, saturation: 0.75, 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 #61E8C5 is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB 97 232 197 -
CMYK 0.58 0 0.15 0.09
HSL 164.44º 0.75% 0.65% -
HSV(B) 164.44º 0.58% 0.91% -
XYZ 43.86 64.29 62.92 -
YUV 187.65 133.27 63.35 -
System Red Green Blue C M Y K H S L
Decimal 97 232 197 0.58 0 0.15 0.09 164.44 0.75 0.65
Hex 61 E8 C5 3A 0 F 9 A4 4B 41
Octal 141 350 305 72 0 17 11 244 113 101
Binary 1100001 11101000 11000101 111010 0 1111 1001 10100100 1001011 1000001

Color Harmonies of #61E8C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E8C5

Black with #61E8C5

Text Example


Text Example

White with #61E8C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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