Html Css Color HEX #61CEC1 Downy

📋 copy color: '#61CEC1'

red 97 ◦ green 206 ◦ blue 193

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

Shades of Downy #61CEC1

Tints of Downy #61CEC1

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.53%

 BLUE value IS 193 (75.78% from 255) = 38.91%

R = 19.56%
G = 41.53%
B = 38.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#61CEC1 (or 0x61CEC1) is known color: Downy. HEX triplet: 61, CE and C1. RGB value is (97,206,193). Sum of RGB (Red+Green+Blue) = 97+206+193=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CEC1 is #9E313E. Grayscale: #ABABAB. Windows color (decimal): -10367295 or 12701281. OLE color: 12701281.

HSL color Cylindrical-coordinate representation of color #61CEC1: hue angle of 172.84º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CEC1 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 206 193 -
CMYK 0.53 0 0.06 0.19
HSL 172.84º 0.53% 0.59% -
HSV(B) 172.84º 0.53% 0.81% -
XYZ 36.63 50.53 58.28 -
YUV 171.93 139.89 74.56 -
System Red Green Blue C M Y K H S L
Decimal 97 206 193 0.53 0 0.06 0.19 172.84 0.53 0.59
Hex 61 CE C1 35 0 6 13 AD 35 3B
Octal 141 316 301 65 0 6 23 255 65 73
Binary 1100001 11001110 11000001 110101 0 110 10011 10101101 110101 111011

Color Harmonies of #61CEC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CEC1

Black with #61CEC1

Text Example


Text Example

White with #61CEC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,206,193); }

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

background-color css

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

 a { background-color: rgb(97,206,193); }

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

border-color css

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

 span { border-color: rgb(97,206,193); }

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