Html Css Color HEX #61D8C8 Downy

📋 copy color: '#61D8C8'

red 97 ◦ green 216 ◦ blue 200

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

Shades of Downy #61D8C8

Tints of Downy #61D8C8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.11%

 BLUE value IS 200 (78.52% from 255) = 38.99%

R = 18.91%
G = 42.11%
B = 38.99%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#61D8C8 (or 0x61D8C8) is known color: Downy. HEX triplet: 61, D8 and C8. RGB value is (97,216,200). Sum of RGB (Red+Green+Blue) = 97+216+200=513 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.91% from 513); Green value is 216 (84.77% from 255 or 42.11% from 513); Blue value is 200 (78.52% from 255 or 38.99% from 513); Max value from RGB is 216 - color contains mainly: green. Hex color #61D8C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D8C8 is #9E2737. Grayscale: #B2B2B2. Windows color (decimal): -10364728 or 13162593. OLE color: 13162593.

HSL color Cylindrical-coordinate representation of color #61D8C8: hue angle of 171.93º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D8C8 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 97 216 200 -
CMYK 0.55 0 0.07 0.15
HSL 171.93º 0.6% 0.61% -
HSV(B) 171.93º 0.55% 0.85% -
XYZ 39.91 55.82 63.32 -
YUV 178.6 140.08 69.8 -
System Red Green Blue C M Y K H S L
Decimal 97 216 200 0.55 0 0.07 0.15 171.93 0.6 0.61
Hex 61 D8 C8 37 0 7 F AC 3C 3D
Octal 141 330 310 67 0 7 17 254 74 75
Binary 1100001 11011000 11001000 110111 0 111 1111 10101100 111100 111101

Color Harmonies of #61D8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61D8C8

Black with #61D8C8

Text Example


Text Example

White with #61D8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,216,200); }

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

background-color css

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

 a { background-color: rgb(97,216,200); }

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

border-color css

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

 span { border-color: rgb(97,216,200); }

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