Html Css Color HEX #61CEC5 Downy

📋 copy color: '#61CEC5'

red 97 ◦ green 206 ◦ blue 197

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

Shades of Downy #61CEC5

Tints of Downy #61CEC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.4%

R = 19.4%
G = 41.2%
B = 39.4%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#61CEC5 (or 0x61CEC5) is known color: Downy. HEX triplet: 61, CE and C5. RGB value is (97,206,197). Sum of RGB (Red+Green+Blue) = 97+206+197=500 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 197 (77.34% from 255 or 39.4% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CEC5 is #9E313A. Grayscale: #ACACAC. Windows color (decimal): -10367291 or 12963425. OLE color: 12963425.

HSL color Cylindrical-coordinate representation of color #61CEC5: hue angle of 175.05º 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 #61CEC5 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 206 197 -
CMYK 0.53 0 0.04 0.19
HSL 175.05º 0.53% 0.59% -
HSV(B) 175.05º 0.53% 0.81% -
XYZ 37.08 50.72 60.66 -
YUV 172.38 141.89 74.23 -
System Red Green Blue C M Y K H S L
Decimal 97 206 197 0.53 0 0.04 0.19 175.05 0.53 0.59
Hex 61 CE C5 35 0 4 13 AF 35 3B
Octal 141 316 305 65 0 4 23 257 65 73
Binary 1100001 11001110 11000101 110101 0 100 10011 10101111 110101 111011

Color Harmonies of #61CEC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CEC5

Black with #61CEC5

Text Example


Text Example

White with #61CEC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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