Html Css Color HEX #61CAC5 Downy

📋 copy color: '#61CAC5'

red 97 ◦ green 202 ◦ blue 197

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

Shades of Downy #61CAC5

Tints of Downy #61CAC5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 40.73%

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

R = 19.56%
G = 40.73%
B = 39.72%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.02

 K value IS 0.21

RGB Variations

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

Color information

#61CAC5 (or 0x61CAC5) is known color: Downy. HEX triplet: 61, CA and C5. RGB value is (97,202,197). Sum of RGB (Red+Green+Blue) = 97+202+197=496 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.56% from 496); Green value is 202 (79.30% from 255 or 40.73% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 202 - color contains mainly: green. Hex color #61CAC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CAC5 is #9E353A. Grayscale: #A9A9A9. Windows color (decimal): -10368315 or 12962401. OLE color: 12962401.

HSL color Cylindrical-coordinate representation of color #61CAC5: hue angle of 177.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61CAC5 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 202 197 -
CMYK 0.52 0 0.02 0.21
HSL 177.14º 0.5% 0.59% -
HSV(B) 177.14º 0.52% 0.79% -
XYZ 36.13 48.81 60.34 -
YUV 170.04 143.21 75.91 -
System Red Green Blue C M Y K H S L
Decimal 97 202 197 0.52 0 0.02 0.21 177.14 0.5 0.59
Hex 61 CA C5 34 0 2 15 B1 32 3B
Octal 141 312 305 64 0 2 25 261 62 73
Binary 1100001 11001010 11000101 110100 0 10 10101 10110001 110010 111011

Color Harmonies of #61CAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CAC5

Black with #61CAC5

Text Example


Text Example

White with #61CAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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