Html Css Color HEX #61CEC9 Downy

📋 copy color: '#61CEC9'

red 97 ◦ green 206 ◦ blue 201

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

Shades of Downy #61CEC9

Tints of Downy #61CEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.88%

R = 19.25%
G = 40.87%
B = 39.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#61CEC9 (or 0x61CEC9) is known color: Downy. HEX triplet: 61, CE and C9. RGB value is (97,206,201). Sum of RGB (Red+Green+Blue) = 97+206+201=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #61CEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CEC9 is #9E3136. Grayscale: #ACACAC. Windows color (decimal): -10367287 or 13225569. OLE color: 13225569.

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

Color convert

RGB 97 206 201 -
CMYK 0.53 0 0.02 0.19
HSL 177.25º 0.53% 0.59% -
HSV(B) 177.25º 0.53% 0.81% -
XYZ 37.54 50.9 63.1 -
YUV 172.84 143.89 73.91 -
System Red Green Blue C M Y K H S L
Decimal 97 206 201 0.53 0 0.02 0.19 177.25 0.53 0.59
Hex 61 CE C9 35 0 2 13 B1 35 3B
Octal 141 316 311 65 0 2 23 261 65 73
Binary 1100001 11001110 11001001 110101 0 10 10011 10110001 110101 111011

Color Harmonies of #61CEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CEC9

Black with #61CEC9

Text Example


Text Example

White with #61CEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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