Html Css Color HEX #61DCCF Downy

📋 copy color: '#61DCCF'

red 97 ◦ green 220 ◦ blue 207

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

Shades of Downy #61DCCF

Tints of Downy #61DCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.5%

R = 18.51%
G = 41.98%
B = 39.5%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#61DCCF (or 0x61DCCF) is known color: Downy. HEX triplet: 61, DC and CF. RGB value is (97,220,207). Sum of RGB (Red+Green+Blue) = 97+220+207=524 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.51% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #61DCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DCCF is #9E2330. Grayscale: #B5B5B5. Windows color (decimal): -10363697 or 13622369. OLE color: 13622369.

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

Color convert

RGB 97 220 207 -
CMYK 0.56 0 0.06 0.14
HSL 173.66º 0.64% 0.62% -
HSV(B) 173.66º 0.56% 0.86% -
XYZ 41.79 58.23 68.07 -
YUV 181.74 142.25 67.56 -
System Red Green Blue C M Y K H S L
Decimal 97 220 207 0.56 0 0.06 0.14 173.66 0.64 0.62
Hex 61 DC CF 38 0 6 E AE 40 3E
Octal 141 334 317 70 0 6 16 256 100 76
Binary 1100001 11011100 11001111 111000 0 110 1110 10101110 1000000 111110

Color Harmonies of #61DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61DCCF

Black with #61DCCF

Text Example


Text Example

White with #61DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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