Html Css Color HEX #61DCBA Downy

📋 copy color: '#61DCBA'

red 97 ◦ green 220 ◦ blue 186

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

Shades of Downy #61DCBA

Tints of Downy #61DCBA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.74%

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

R = 19.28%
G = 43.74%
B = 36.98%

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

#61DCBA (or 0x61DCBA) is known color: Downy. HEX triplet: 61, DC and BA. RGB value is (97,220,186). Sum of RGB (Red+Green+Blue) = 97+220+186=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCBA is #9E2345. Grayscale: #B3B3B3. Windows color (decimal): -10363718 or 12246113. OLE color: 12246113.

HSL color Cylindrical-coordinate representation of color #61DCBA: hue angle of 163.41º degrees, saturation: 0.64, 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 #61DCBA is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 97 220 186 -
CMYK 0.56 0 0.15 0.14
HSL 163.41º 0.64% 0.62% -
HSV(B) 163.41º 0.56% 0.86% -
XYZ 39.39 57.27 55.43 -
YUV 179.35 131.75 69.26 -
System Red Green Blue C M Y K H S L
Decimal 97 220 186 0.56 0 0.15 0.14 163.41 0.64 0.62
Hex 61 DC BA 38 0 F E A3 40 3E
Octal 141 334 272 70 0 17 16 243 100 76
Binary 1100001 11011100 10111010 111000 0 1111 1110 10100011 1000000 111110

Color Harmonies of #61DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DCBA

Black with #61DCBA

Text Example


Text Example

White with #61DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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