Html Css Color HEX #61CEC7 Downy

📋 copy color: '#61CEC7'

red 97 ◦ green 206 ◦ blue 199

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

Shades of Downy #61CEC7

Tints of Downy #61CEC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.64%

R = 19.32%
G = 41.04%
B = 39.64%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#61CEC7 (or 0x61CEC7) is known color: Downy. HEX triplet: 61, CE and C7. RGB value is (97,206,199). Sum of RGB (Red+Green+Blue) = 97+206+199=502 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.32% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 199 (78.12% from 255 or 39.64% from 502); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CEC7 is #9E3138. Grayscale: #ACACAC. Windows color (decimal): -10367289 or 13094497. OLE color: 13094497.

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

Color convert

RGB 97 206 199 -
CMYK 0.53 0 0.03 0.19
HSL 176.15º 0.53% 0.59% -
HSV(B) 176.15º 0.53% 0.81% -
XYZ 37.31 50.81 61.87 -
YUV 172.61 142.89 74.07 -
System Red Green Blue C M Y K H S L
Decimal 97 206 199 0.53 0 0.03 0.19 176.15 0.53 0.59
Hex 61 CE C7 35 0 3 13 B0 35 3B
Octal 141 316 307 65 0 3 23 260 65 73
Binary 1100001 11001110 11000111 110101 0 11 10011 10110000 110101 111011

Color Harmonies of #61CEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CEC7

Black with #61CEC7

Text Example


Text Example

White with #61CEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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