Html Css Color HEX #61E5C8 Downy

📋 copy color: '#61E5C8'

red 97 ◦ green 229 ◦ blue 200

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

Shades of Downy #61E5C8

Tints of Downy #61E5C8

RGB

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

 GREEN value IS 229 (89.84% from 255) = 43.54%

 BLUE value IS 200 (78.52% from 255) = 38.02%

R = 18.44%
G = 43.54%
B = 38.02%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.10

RGB Variations

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

Color information

#61E5C8 (or 0x61E5C8) is known color: Downy. HEX triplet: 61, E5 and C8. RGB value is (97,229,200). Sum of RGB (Red+Green+Blue) = 97+229+200=526 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.44% from 526); Green value is 229 (89.84% from 255 or 43.54% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 229 - color contains mainly: green. Hex color #61E5C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E5C8 is #9E1A37. Grayscale: #BABABA. Windows color (decimal): -10361400 or 13165921. OLE color: 13165921.

HSL color Cylindrical-coordinate representation of color #61E5C8: hue angle of 166.82º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E5C8 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.10.

Color convert

RGB 97 229 200 -
CMYK 0.58 0 0.13 0.10
HSL 166.82º 0.72% 0.64% -
HSV(B) 166.82º 0.58% 0.9% -
XYZ 43.37 62.75 64.47 -
YUV 186.23 135.77 64.36 -
System Red Green Blue C M Y K H S L
Decimal 97 229 200 0.58 0 0.13 0.10 166.82 0.72 0.64
Hex 61 E5 C8 3A 0 D A A7 48 40
Octal 141 345 310 72 0 15 12 247 110 100
Binary 1100001 11100101 11001000 111010 0 1101 1010 10100111 1001000 1000000

Color Harmonies of #61E5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E5C8

Black with #61E5C8

Text Example


Text Example

White with #61E5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,229,200); }

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

background-color css

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

 a { background-color: rgb(97,229,200); }

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

border-color css

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

 span { border-color: rgb(97,229,200); }

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