Html Css Color HEX #61E5BC Downy

📋 copy color: '#61E5BC'

red 97 ◦ green 229 ◦ blue 188

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

Shades of Downy #61E5BC

Tints of Downy #61E5BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.58%

R = 18.87%
G = 44.55%
B = 36.58%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#61E5BC (or 0x61E5BC) is known color: Downy. HEX triplet: 61, E5 and BC. RGB value is (97,229,188). Sum of RGB (Red+Green+Blue) = 97+229+188=514 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.87% from 514); Green value is 229 (89.84% from 255 or 44.55% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 229 - color contains mainly: green. Hex color #61E5BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E5BC is #9E1A43. Grayscale: #B8B8B8. Windows color (decimal): -10361412 or 12379489. OLE color: 12379489.

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

Color convert

RGB 97 229 188 -
CMYK 0.58 0 0.18 0.10
HSL 161.36º 0.72% 0.64% -
HSV(B) 161.36º 0.58% 0.9% -
XYZ 42.03 62.21 57.37 -
YUV 184.86 129.77 65.33 -
System Red Green Blue C M Y K H S L
Decimal 97 229 188 0.58 0 0.18 0.10 161.36 0.72 0.64
Hex 61 E5 BC 3A 0 12 A A1 48 40
Octal 141 345 274 72 0 22 12 241 110 100
Binary 1100001 11100101 10111100 111010 0 10010 1010 10100001 1001000 1000000

Color Harmonies of #61E5BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E5BC

Black with #61E5BC

Text Example


Text Example

White with #61E5BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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