Html Css Color HEX #61E8C9 Downy

📋 copy color: '#61E8C9'

red 97 ◦ green 232 ◦ blue 201

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

Shades of Downy #61E8C9

Tints of Downy #61E8C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 37.92%

R = 18.3%
G = 43.77%
B = 37.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#61E8C9 (or 0x61E8C9) is known color: Downy. HEX triplet: 61, E8 and C9. RGB value is (97,232,201). Sum of RGB (Red+Green+Blue) = 97+232+201=530 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.30% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 201 (78.91% from 255 or 37.92% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8C9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E8C9 is #9E1736. Grayscale: #BCBCBC. Windows color (decimal): -10360631 or 13232225. OLE color: 13232225.

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

Color convert

RGB 97 232 201 -
CMYK 0.58 0 0.13 0.09
HSL 166.22º 0.75% 0.65% -
HSV(B) 166.22º 0.58% 0.91% -
XYZ 44.33 64.47 65.37 -
YUV 188.1 135.27 63.02 -
System Red Green Blue C M Y K H S L
Decimal 97 232 201 0.58 0 0.13 0.09 166.22 0.75 0.65
Hex 61 E8 C9 3A 0 D 9 A6 4B 41
Octal 141 350 311 72 0 15 11 246 113 101
Binary 1100001 11101000 11001001 111010 0 1101 1001 10100110 1001011 1000001

Color Harmonies of #61E8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E8C9

Black with #61E8C9

Text Example


Text Example

White with #61E8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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