Html Css Color HEX #61EEC3 Downy

📋 copy color: '#61EEC3'

red 97 ◦ green 238 ◦ blue 195

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

Shades of Downy #61EEC3

Tints of Downy #61EEC3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.91%

 BLUE value IS 195 (76.56% from 255) = 36.79%

R = 18.3%
G = 44.91%
B = 36.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#61EEC3 (or 0x61EEC3) is known color: Downy. HEX triplet: 61, EE and C3. RGB value is (97,238,195). Sum of RGB (Red+Green+Blue) = 97+238+195=530 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.30% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #61EEC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EEC3 is #9E113C. Grayscale: #BEBEBE. Windows color (decimal): -10359101 or 12840545. OLE color: 12840545.

HSL color Cylindrical-coordinate representation of color #61EEC3: hue angle of 161.7º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EEC3 is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.

Color convert

RGB 97 238 195 -
CMYK 0.59 0 0.18 0.07
HSL 161.7º 0.81% 0.66% -
HSV(B) 161.7º 0.59% 0.93% -
XYZ 45.35 67.63 62.29 -
YUV 190.94 130.29 61 -
System Red Green Blue C M Y K H S L
Decimal 97 238 195 0.59 0 0.18 0.07 161.7 0.81 0.66
Hex 61 EE C3 3B 0 12 7 A2 51 42
Octal 141 356 303 73 0 22 7 242 121 102
Binary 1100001 11101110 11000011 111011 0 10010 111 10100010 1010001 1000010

Color Harmonies of #61EEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EEC3

Black with #61EEC3

Text Example


Text Example

White with #61EEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,238,195); }

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

background-color css

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

 a { background-color: rgb(97,238,195); }

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

border-color css

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

 span { border-color: rgb(97,238,195); }

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