Html Css Color HEX #61D5BB Downy

📋 copy color: '#61D5BB'

red 97 ◦ green 213 ◦ blue 187

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

Shades of Downy #61D5BB

Tints of Downy #61D5BB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 42.86%

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

R = 19.52%
G = 42.86%
B = 37.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#61D5BB (or 0x61D5BB) is known color: Downy. HEX triplet: 61, D5 and BB. RGB value is (97,213,187). Sum of RGB (Red+Green+Blue) = 97+213+187=497 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.52% from 497); Green value is 213 (83.59% from 255 or 42.86% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 213 - color contains mainly: green. Hex color #61D5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D5BB is #9E2A44. Grayscale: #AFAFAF. Windows color (decimal): -10365509 or 12309857. OLE color: 12309857.

HSL color Cylindrical-coordinate representation of color #61D5BB: hue angle of 166.55º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D5BB is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 97 213 187 -
CMYK 0.54 0 0.12 0.16
HSL 166.55º 0.58% 0.61% -
HSV(B) 166.55º 0.54% 0.84% -
XYZ 37.69 53.72 55.4 -
YUV 175.35 134.57 72.11 -
System Red Green Blue C M Y K H S L
Decimal 97 213 187 0.54 0 0.12 0.16 166.55 0.58 0.61
Hex 61 D5 BB 36 0 C 10 A7 3A 3D
Octal 141 325 273 66 0 14 20 247 72 75
Binary 1100001 11010101 10111011 110110 0 1100 10000 10100111 111010 111101

Color Harmonies of #61D5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D5BB

Black with #61D5BB

Text Example


Text Example

White with #61D5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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