Html Css Color HEX #61DBBA Downy

📋 copy color: '#61DBBA'

red 97 ◦ green 219 ◦ blue 186

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

Shades of Downy #61DBBA

Tints of Downy #61DBBA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.63%

 BLUE value IS 186 (73.05% from 255) = 37.05%

R = 19.32%
G = 43.63%
B = 37.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#61DBBA (or 0x61DBBA) is known color: Downy. HEX triplet: 61, DB and BA. RGB value is (97,219,186). Sum of RGB (Red+Green+Blue) = 97+219+186=502 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.32% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #61DBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DBBA is #9E2445. Grayscale: #B2B2B2. Windows color (decimal): -10363974 or 12245857. OLE color: 12245857.

HSL color Cylindrical-coordinate representation of color #61DBBA: hue angle of 163.77º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DBBA is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 219 186 -
CMYK 0.56 0 0.15 0.14
HSL 163.77º 0.63% 0.62% -
HSV(B) 163.77º 0.56% 0.86% -
XYZ 39.12 56.75 55.35 -
YUV 178.76 132.08 69.68 -
System Red Green Blue C M Y K H S L
Decimal 97 219 186 0.56 0 0.15 0.14 163.77 0.63 0.62
Hex 61 DB BA 38 0 F E A4 3F 3E
Octal 141 333 272 70 0 17 16 244 77 76
Binary 1100001 11011011 10111010 111000 0 1111 1110 10100100 111111 111110

Color Harmonies of #61DBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DBBA

Black with #61DBBA

Text Example


Text Example

White with #61DBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,219,186); }

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

background-color css

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

 a { background-color: rgb(97,219,186); }

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

border-color css

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

 span { border-color: rgb(97,219,186); }

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