Html Css Color HEX #61E9D1 Downy

📋 copy color: '#61E9D1'

red 97 ◦ green 233 ◦ blue 209

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

Shades of Downy #61E9D1

Tints of Downy #61E9D1

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.23%

 BLUE value IS 209 (82.03% from 255) = 38.78%

R = 18%
G = 43.23%
B = 38.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#61E9D1 (or 0x61E9D1) is known color: Downy. HEX triplet: 61, E9 and D1. RGB value is (97,233,209). Sum of RGB (Red+Green+Blue) = 97+233+209=539 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.00% from 539); Green value is 233 (91.41% from 255 or 43.23% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 233 - color contains mainly: green. Hex color #61E9D1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E9D1 is #9E162E. Grayscale: #BDBDBD. Windows color (decimal): -10360367 or 13756769. OLE color: 13756769.

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

Color convert

RGB 97 233 209 -
CMYK 0.58 0 0.10 0.09
HSL 169.41º 0.76% 0.65% -
HSV(B) 169.41º 0.58% 0.91% -
XYZ 45.58 65.42 70.55 -
YUV 189.6 138.94 61.95 -
System Red Green Blue C M Y K H S L
Decimal 97 233 209 0.58 0 0.10 0.09 169.41 0.76 0.65
Hex 61 E9 D1 3A 0 A 9 A9 4C 41
Octal 141 351 321 72 0 12 11 251 114 101
Binary 1100001 11101001 11010001 111010 0 1010 1001 10101001 1001100 1000001

Color Harmonies of #61E9D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E9D1

Black with #61E9D1

Text Example


Text Example

White with #61E9D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,233,209); }

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

background-color css

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

 a { background-color: rgb(97,233,209); }

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

border-color css

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

 span { border-color: rgb(97,233,209); }

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