Html Css Color HEX #61E9CA Downy

📋 copy color: '#61E9CA'

red 97 ◦ green 233 ◦ blue 202

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

Shades of Downy #61E9CA

Tints of Downy #61E9CA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 43.8%

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

R = 18.23%
G = 43.8%
B = 37.97%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#61E9CA (or 0x61E9CA) is known color: Downy. HEX triplet: 61, E9 and CA. RGB value is (97,233,202). Sum of RGB (Red+Green+Blue) = 97+233+202=532 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.23% from 532); Green value is 233 (91.41% from 255 or 43.80% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 233 - color contains mainly: green. Hex color #61E9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E9CA is #9E1635. Grayscale: #BCBCBC. Windows color (decimal): -10360374 or 13298017. OLE color: 13298017.

HSL color Cylindrical-coordinate representation of color #61E9CA: hue angle of 166.32º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E9CA is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 97 233 202 -
CMYK 0.58 0 0.13 0.09
HSL 166.32º 0.76% 0.65% -
HSV(B) 166.32º 0.58% 0.91% -
XYZ 44.73 65.08 66.08 -
YUV 188.8 135.44 62.52 -
System Red Green Blue C M Y K H S L
Decimal 97 233 202 0.58 0 0.13 0.09 166.32 0.76 0.65
Hex 61 E9 CA 3A 0 D 9 A6 4C 41
Octal 141 351 312 72 0 15 11 246 114 101
Binary 1100001 11101001 11001010 111010 0 1101 1001 10100110 1001100 1000001

Color Harmonies of #61E9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61E9CA

Black with #61E9CA

Text Example


Text Example

White with #61E9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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