Html Css Color HEX #61E6BB Downy

📋 copy color: '#61E6BB'

red 97 ◦ green 230 ◦ blue 187

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

Shades of Downy #61E6BB

Tints of Downy #61E6BB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.75%

 BLUE value IS 187 (73.44% from 255) = 36.38%

R = 18.87%
G = 44.75%
B = 36.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#61E6BB (or 0x61E6BB) is known color: Downy. HEX triplet: 61, E6 and BB. RGB value is (97,230,187). Sum of RGB (Red+Green+Blue) = 97+230+187=514 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.87% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #61E6BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E6BB is #9E1944. Grayscale: #B9B9B9. Windows color (decimal): -10361157 or 12314209. OLE color: 12314209.

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

Color convert

RGB 97 230 187 -
CMYK 0.58 0 0.19 0.10
HSL 160.6º 0.73% 0.64% -
HSV(B) 160.6º 0.58% 0.9% -
XYZ 42.2 62.72 56.9 -
YUV 185.33 128.94 65 -
System Red Green Blue C M Y K H S L
Decimal 97 230 187 0.58 0 0.19 0.10 160.6 0.73 0.64
Hex 61 E6 BB 3A 0 13 A A1 49 40
Octal 141 346 273 72 0 23 12 241 111 100
Binary 1100001 11100110 10111011 111010 0 10011 1010 10100001 1001001 1000000

Color Harmonies of #61E6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E6BB

Black with #61E6BB

Text Example


Text Example

White with #61E6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,230,187); }

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

background-color css

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

 a { background-color: rgb(97,230,187); }

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

border-color css

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

 span { border-color: rgb(97,230,187); }

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