Html Css Color HEX #61B994 Silver Tree

📋 copy color: '#61B994'

red 97 ◦ green 185 ◦ blue 148

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

Shades of Silver Tree #61B994

Tints of Silver Tree #61B994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.02%

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 22.56%
G = 43.02%
B = 34.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#61B994 (or 0x61B994) is known color: Silver Tree. HEX triplet: 61, B9 and 94. RGB value is (97,185,148). Sum of RGB (Red+Green+Blue) = 97+185+148=430 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.56% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 185 - color contains mainly: green. Hex color #61B994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61B994 is #9E466B. Grayscale: #9A9A9A. Windows color (decimal): -10372716 or 9746785. OLE color: 9746785.

HSL color Cylindrical-coordinate representation of color #61B994: hue angle of 154.77º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61B994 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 185 148 -
CMYK 0.48 0 0.20 0.27
HSL 154.77º 0.39% 0.55% -
HSV(B) 154.77º 0.48% 0.73% -
XYZ 27.62 39.38 34.16 -
YUV 154.47 124.35 87.01 -
System Red Green Blue C M Y K H S L
Decimal 97 185 148 0.48 0 0.20 0.27 154.77 0.39 0.55
Hex 61 B9 94 30 0 14 1B 9B 27 37
Octal 141 271 224 60 0 24 33 233 47 67
Binary 1100001 10111001 10010100 110000 0 10100 11011 10011011 100111 110111

Color Harmonies of #61B994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61B994

Black with #61B994

Text Example


Text Example

White with #61B994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,185,148); }

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

background-color css

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

 a { background-color: rgb(97,185,148); }

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

border-color css

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

 span { border-color: rgb(97,185,148); }

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