Html Css Color HEX #61EFBC Downy

📋 copy color: '#61EFBC'

red 97 ◦ green 239 ◦ blue 188

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

Shades of Downy #61EFBC

Tints of Downy #61EFBC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.61%

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

R = 18.51%
G = 45.61%
B = 35.88%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#61EFBC (or 0x61EFBC) is known color: Downy. HEX triplet: 61, EF and BC. RGB value is (97,239,188). Sum of RGB (Red+Green+Blue) = 97+239+188=524 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.51% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #61EFBC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EFBC is #9E1043. Grayscale: #BEBEBE. Windows color (decimal): -10358852 or 12382049. OLE color: 12382049.

HSL color Cylindrical-coordinate representation of color #61EFBC: hue angle of 158.45º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EFBC is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 239 188 -
CMYK 0.59 0 0.21 0.06
HSL 158.45º 0.82% 0.66% -
HSV(B) 158.45º 0.59% 0.94% -
XYZ 44.87 67.91 58.32 -
YUV 190.73 126.46 61.15 -
System Red Green Blue C M Y K H S L
Decimal 97 239 188 0.59 0 0.21 0.06 158.45 0.82 0.66
Hex 61 EF BC 3B 0 15 6 9E 52 42
Octal 141 357 274 73 0 25 6 236 122 102
Binary 1100001 11101111 10111100 111011 0 10101 110 10011110 1010010 1000010

Color Harmonies of #61EFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EFBC

Black with #61EFBC

Text Example


Text Example

White with #61EFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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