Html Css Color HEX #61CDCA Downy

📋 copy color: '#61CDCA'

red 97 ◦ green 205 ◦ blue 202

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

Shades of Downy #61CDCA

Tints of Downy #61CDCA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.67%

 BLUE value IS 202 (79.3% from 255) = 40.08%

R = 19.25%
G = 40.67%
B = 40.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#61CDCA (or 0x61CDCA) is known color: Downy. HEX triplet: 61, CD and CA. RGB value is (97,205,202). Sum of RGB (Red+Green+Blue) = 97+205+202=504 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.25% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 205 - color contains mainly: green. Hex color #61CDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61CDCA is #9E3235. Grayscale: #ACACAC. Windows color (decimal): -10367542 or 13290849. OLE color: 13290849.

HSL color Cylindrical-coordinate representation of color #61CDCA: hue angle of 178.33º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CDCA is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 205 202 -
CMYK 0.53 0 0.01 0.20
HSL 178.33º 0.52% 0.59% -
HSV(B) 178.33º 0.53% 0.8% -
XYZ 37.42 50.47 63.65 -
YUV 172.37 144.72 74.24 -
System Red Green Blue C M Y K H S L
Decimal 97 205 202 0.53 0 0.01 0.20 178.33 0.52 0.59
Hex 61 CD CA 35 0 1 14 B2 34 3B
Octal 141 315 312 65 0 1 24 262 64 73
Binary 1100001 11001101 11001010 110101 0 1 10100 10110010 110100 111011

Color Harmonies of #61CDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61CDCA

Black with #61CDCA

Text Example


Text Example

White with #61CDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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