Html Css Color HEX #61E9D0 Downy

📋 copy color: '#61E9D0'

red 97 ◦ green 233 ◦ blue 208

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

Shades of Downy #61E9D0

Tints of Downy #61E9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.66%

R = 18.03%
G = 43.31%
B = 38.66%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#61E9D0 (or 0x61E9D0) is known color: Downy. HEX triplet: 61, E9 and D0. RGB value is (97,233,208). Sum of RGB (Red+Green+Blue) = 97+233+208=538 (71% of max value = 765). Red value is 97 (38.28% from 255 or 18.03% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #61E9D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E9D0 is #9E162F. Grayscale: #BDBDBD. Windows color (decimal): -10360368 or 13691233. OLE color: 13691233.

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

Color convert

RGB 97 233 208 -
CMYK 0.58 0 0.11 0.09
HSL 168.97º 0.76% 0.65% -
HSV(B) 168.97º 0.58% 0.91% -
XYZ 45.45 65.37 69.9 -
YUV 189.49 138.44 62.03 -
System Red Green Blue C M Y K H S L
Decimal 97 233 208 0.58 0 0.11 0.09 168.97 0.76 0.65
Hex 61 E9 D0 3A 0 B 9 A9 4C 41
Octal 141 351 320 72 0 13 11 251 114 101
Binary 1100001 11101001 11010000 111010 0 1011 1001 10101001 1001100 1000001

Color Harmonies of #61E9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E9D0

Black with #61E9D0

Text Example


Text Example

White with #61E9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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