Html Css Color HEX #61C6BA Downy

📋 copy color: '#61C6BA'

red 97 ◦ green 198 ◦ blue 186

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

Shades of Downy #61C6BA

Tints of Downy #61C6BA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 41.16%

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

R = 20.17%
G = 41.16%
B = 38.67%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#61C6BA (or 0x61C6BA) is known color: Downy. HEX triplet: 61, C6 and BA. RGB value is (97,198,186). Sum of RGB (Red+Green+Blue) = 97+198+186=481 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.17% from 481); Green value is 198 (77.73% from 255 or 41.16% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 198 - color contains mainly: green. Hex color #61C6BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C6BA is #9E3945. Grayscale: #A6A6A6. Windows color (decimal): -10369350 or 12240481. OLE color: 12240481.

HSL color Cylindrical-coordinate representation of color #61C6BA: hue angle of 172.87º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C6BA is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 97 198 186 -
CMYK 0.51 0 0.06 0.22
HSL 172.87º 0.47% 0.58% -
HSV(B) 172.87º 0.51% 0.78% -
XYZ 33.99 46.47 53.63 -
YUV 166.43 139.04 78.48 -
System Red Green Blue C M Y K H S L
Decimal 97 198 186 0.51 0 0.06 0.22 172.87 0.47 0.58
Hex 61 C6 BA 33 0 6 16 AD 2F 3A
Octal 141 306 272 63 0 6 26 255 57 72
Binary 1100001 11000110 10111010 110011 0 110 10110 10101101 101111 111010

Color Harmonies of #61C6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61C6BA

Black with #61C6BA

Text Example


Text Example

White with #61C6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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